summaryrefslogtreecommitdiff
path: root/lib/liby/yyerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liby/yyerror.c')
-rw-r--r--lib/liby/yyerror.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c
index f32deb9c655..f34ed7cc5cf 100644
--- a/lib/liby/yyerror.c
+++ b/lib/liby/yyerror.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: yyerror.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -33,7 +35,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)yyerror.c 5.2 (Berkeley) 5/15/90";*/
-static char rcsid[] = "$Id: yyerror.c,v 1.2 1997/06/21 12:33:15 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: yyerror.c,v 1.3 2000/03/02 00:29:51 todd Exp $";
#endif /* not lint */
#include <stdio.h>