diff options
Diffstat (limited to 'usr.bin/yacc/skeleton.c')
-rw-r--r-- | usr.bin/yacc/skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 28df10b..f3d6dd0 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -56,7 +56,7 @@ char *banner[] = { "#ifndef lint", "static char const ", - "yyrcsid[] = \"$Id: skeleton.c,v 1.19 1999/07/30 06:40:00 obrien Exp $\";", + "yyrcsid[] = \"$FreeBSD$\";", "#endif", "#include <stdlib.h>", "#define YYBYACC 1", |