=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/print.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/file/Attic/print.c 1995/10/18 08:45:09 1.1 --- src/usr.bin/file/Attic/print.c 1996/06/26 05:33:00 1.2 *************** *** 1,3 **** --- 1,4 ---- + /* $OpenBSD: print.c,v 1.2 1996/06/26 05:33:00 deraadt Exp $ */ /* * print.c - debugging printout routines * *************** *** 39,46 **** #include "file.h" #ifndef lint ! static char *moduleid = ! "@(#)$Id: print.c,v 1.1 1995/10/18 08:45:09 deraadt Exp $"; #endif /* lint */ #define SZOF(a) (sizeof(a) / sizeof(a[0])) --- 40,46 ---- #include "file.h" #ifndef lint ! static char *moduleid = "$OpenBSD: print.c,v 1.2 1996/06/26 05:33:00 deraadt Exp $"; #endif /* lint */ #define SZOF(a) (sizeof(a) / sizeof(a[0]))