diff options
Diffstat (limited to 'usr.bin/yacc/skeleton.c')
-rw-r--r-- | usr.bin/yacc/skeleton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 8ff7c8a122f1..265ab0d132d9 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.4.1 2009/04/15 03:14:26 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.4.1 2009/04/15 03:14:26 kensmith Exp $\";", "#endif", "#define YYBYACC 1", "#define YYMAJOR 1", |