diff options
Diffstat (limited to 'usr.bin/lex/nfa.c')
-rw-r--r-- | usr.bin/lex/nfa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index 4b81284ff2ec..1be59e5c0156 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/nfa.c,v 2.17 95/03/04 16:11:42 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/nfa.c,v 1.6 2002/06/30 05:25:04 obrien Exp $"); #include "flexdef.h" |