=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/file/file.c 1999/02/19 00:28:37 1.7 --- src/usr.bin/file/file.c 2002/02/16 21:27:46 1.8 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.7 1999/02/19 00:28:37 deraadt Exp $ */ /* * file - find type of a file or files - main program. --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.8 2002/02/16 21:27:46 millert Exp $ */ /* * file - find type of a file or files - main program. *************** *** 27,33 **** * 4. This notice may not be removed or altered. */ #ifndef lint ! static char *moduleid = "$OpenBSD: file.c,v 1.7 1999/02/19 00:28:37 deraadt Exp $"; #endif /* lint */ #include --- 27,33 ---- * 4. This notice may not be removed or altered. */ #ifndef lint ! static char *moduleid = "$OpenBSD: file.c,v 1.8 2002/02/16 21:27:46 millert Exp $"; #endif /* lint */ #include *************** *** 79,88 **** int lineno; /* line number in the magic file */ ! static void unwrap __P((char *fn)); #if 0 ! static int byteconv4 __P((int, int, int)); ! static short byteconv2 __P((int, int, int)); #endif /* --- 79,88 ---- int lineno; /* line number in the magic file */ ! static void unwrap(char *fn); #if 0 ! static int byteconv4(int, int, int); ! static short byteconv2(int, int, int); #endif /*