=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/apprentice.c,v retrieving revision 1.9.2.1 retrieving revision 1.10 diff -u -r1.9.2.1 -r1.10 --- src/usr.bin/file/Attic/apprentice.c 2000/10/06 21:16:12 1.9.2.1 +++ src/usr.bin/file/Attic/apprentice.c 2000/06/30 16:00:13 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: apprentice.c,v 1.9.2.1 2000/10/06 21:16:12 jason Exp $ */ +/* $OpenBSD: apprentice.c,v 1.10 2000/06/30 16:00:13 millert Exp $ */ /* * apprentice - make one pass through /etc/magic, learning its secrets. @@ -36,7 +36,7 @@ #include "file.h" #ifndef lint -static char *moduleid = "$OpenBSD: apprentice.c,v 1.9.2.1 2000/10/06 21:16:12 jason Exp $"; +static char *moduleid = "$OpenBSD: apprentice.c,v 1.10 2000/06/30 16:00:13 millert Exp $"; #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \