=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/ascmagic.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/file/Attic/ascmagic.c 1997/02/09 23:58:18 1.3 --- src/usr.bin/file/Attic/ascmagic.c 1998/07/10 15:05:15 1.4 *************** *** 1,4 **** ! /* $OpenBSD: ascmagic.c,v 1.3 1997/02/09 23:58:18 millert Exp $ */ /* * ASCII magic -- file types that we know based on keywords --- 1,4 ---- ! /* $OpenBSD: ascmagic.c,v 1.4 1998/07/10 15:05:15 mickey Exp $ */ /* * ASCII magic -- file types that we know based on keywords *************** *** 33,43 **** #include #include #include #include "file.h" #include "names.h" #ifndef lint ! static char *moduleid = "$OpenBSD: ascmagic.c,v 1.3 1997/02/09 23:58:18 millert Exp $"; #endif /* lint */ /* an optimisation over plain strcmp() */ --- 33,44 ---- #include #include #include + #include #include "file.h" #include "names.h" #ifndef lint ! static char *moduleid = "$OpenBSD: ascmagic.c,v 1.4 1998/07/10 15:05:15 mickey Exp $"; #endif /* lint */ /* an optimisation over plain strcmp() */