[BACK]Return to file.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/file.c between version 1.7 and 1.8

version 1.7, 1999/02/19 00:28:37 version 1.8, 2002/02/16 21:27:46
Line 79 
Line 79 
 int lineno;             /* line number in the magic file        */  int lineno;             /* line number in the magic file        */
   
   
 static void     unwrap          __P((char *fn));  static void     unwrap(char *fn);
 #if 0  #if 0
 static int      byteconv4       __P((int, int, int));  static int      byteconv4(int, int, int);
 static short    byteconv2       __P((int, int, int));  static short    byteconv2(int, int, int);
 #endif  #endif
   
 /*  /*

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8