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

Diff for /src/usr.bin/file/Attic/fsmagic.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:09 version 1.2, 1996/06/26 05:32:57
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*  /*
  * fsmagic - magic based on filesystem info - directory, special files, etc.   * fsmagic - magic based on filesystem info - directory, special files, etc.
  *   *
Line 45 
Line 46 
 #include "file.h"  #include "file.h"
   
 #ifndef lint  #ifndef lint
 static char *moduleid =  static char *moduleid = "$OpenBSD$";
         "@(#)$Id$";  
 #endif  /* lint */  #endif  /* lint */
   
 int  int

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2