diff options
Diffstat (limited to 'usr.bin/file/apprentice.c')
| -rw-r--r-- | usr.bin/file/apprentice.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/apprentice.c b/usr.bin/file/apprentice.c index 8501769ab1e9..4b9ee2161e4f 100644 --- a/usr.bin/file/apprentice.c +++ b/usr.bin/file/apprentice.c @@ -34,7 +34,7 @@  #ifndef	lint  static char *moduleid = -	"@(#)$FreeBSD$"; +	"@(#)$Id$";  #endif	/* lint */  #define	EATAB {while (isascii((unsigned char) *l) && \  | 
