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 aba2abd45bac..79d286fc4804 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[] = \"$FreeBSD$\";", + "yyrcsid[] = \"$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28.2.1 2001/07/19 05:46:39 peter Exp $\";", "#endif", "#include <stdlib.h>", "#define YYBYACC 1", |
