=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/ascmagic.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/file/Attic/ascmagic.c 1995/10/18 08:45:08 1.1 --- src/usr.bin/file/Attic/ascmagic.c 1996/06/26 05:32:54 1.2 *************** *** 1,3 **** --- 1,4 ---- + /* $OpenBSD: ascmagic.c,v 1.2 1996/06/26 05:32:54 deraadt Exp $ */ /* * ASCII magic -- file types that we know based on keywords * that can appear anywhere in the file. *************** *** 35,42 **** #include "names.h" #ifndef lint ! static char *moduleid = ! "@(#)$Id: ascmagic.c,v 1.1 1995/10/18 08:45:08 deraadt Exp $"; #endif /* lint */ /* an optimisation over plain strcmp() */ --- 36,42 ---- #include "names.h" #ifndef lint ! static char *moduleid = "$OpenBSD: ascmagic.c,v 1.2 1996/06/26 05:32:54 deraadt Exp $"; #endif /* lint */ /* an optimisation over plain strcmp() */