[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.2 and 1.3

version 1.2, 1995/12/14 03:30:03 version 1.3, 1996/06/26 05:32:56
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*  /*
  * file - find type of a file or files - main program.   * file - find type of a file or files - main program.
  *   *
Line 25 
Line 26 
  * 4. This notice may not be removed or altered.   * 4. This notice may not be removed or altered.
  */   */
 #ifndef lint  #ifndef lint
 static char *moduleid =  static char *moduleid = "$OpenBSD$";
         "@(#)$Id$";  
 #endif  /* lint */  #endif  /* lint */
   
 #include <stdio.h>  #include <stdio.h>

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