summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yacc/skeleton.c')
-rw-r--r--usr.bin/yacc/skeleton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c
index 8ff7c8a122f18..f42c9c7471696 100644
--- a/usr.bin/yacc/skeleton.c
+++ b/usr.bin/yacc/skeleton.c
@@ -41,7 +41,7 @@ static char sccsid[] = "@(#)skeleton.c 5.8 (Berkeley) 4/29/95";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.37.22.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
#include "defs.h"
@@ -66,7 +66,7 @@ const char *banner[] =
"__unused",
"#endif",
"static char const ",
- "yyrcsid[] = \"$FreeBSD$\";",
+ "yyrcsid[] = \"$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.37.22.1.6.1 2010/02/10 00:26:20 kensmith Exp $\";",
"#endif",
"#define YYBYACC 1",
"#define YYMAJOR 1",