=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/apprentice.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/file/Attic/apprentice.c 2002/02/16 21:27:46 1.12 --- src/usr.bin/file/Attic/apprentice.c 2002/03/14 06:51:41 1.13 *************** *** 1,4 **** ! /* $OpenBSD: apprentice.c,v 1.12 2002/02/16 21:27:46 millert Exp $ */ /* * apprentice - make one pass through /etc/magic, learning its secrets. --- 1,4 ---- ! /* $OpenBSD: apprentice.c,v 1.13 2002/03/14 06:51:41 mpech Exp $ */ /* * apprentice - make one pass through /etc/magic, learning its secrets. *************** *** 36,42 **** #include "file.h" #ifndef lint ! static char *moduleid = "$OpenBSD: apprentice.c,v 1.12 2002/02/16 21:27:46 millert Exp $"; #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \ --- 36,42 ---- #include "file.h" #ifndef lint ! static char *moduleid = "$OpenBSD: apprentice.c,v 1.13 2002/03/14 06:51:41 mpech Exp $"; #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \ *************** *** 164,170 **** case STRING: break; default: ! warnx("can't happen: m->type=%d\n", m->type); return -1; } return v; --- 164,170 ---- case STRING: break; default: ! warnx("can't happen: m->type=%d", m->type); return -1; } return v;