diff options
Diffstat (limited to 'usr.bin/yacc/main.c')
| -rw-r--r-- | usr.bin/yacc/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index 474de0b19157..b486b67b70d9 100644 --- a/usr.bin/yacc/main.c +++ b/usr.bin/yacc/main.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)main.c	5.5 (Berkeley) 5/24/93";  #endif  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/main.c,v 1.22 2004/03/05 02:05:56 wes Exp $");  #include <paths.h>  #include <signal.h> | 
