diff options
Diffstat (limited to 'usr.bin/mklocale/lex.l')
| -rw-r--r-- | usr.bin/mklocale/lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l index eeed535db2c6..157004109f71 100644 --- a/usr.bin/mklocale/lex.l +++ b/usr.bin/mklocale/lex.l @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mklocale/lex.l,v 1.9 2005/02/26 21:47:54 ru Exp $"); #include <ctype.h> #include <stdio.h> |
