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

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

version 1.1, 1995/10/18 08:45:09 version 1.2, 1996/06/26 05:33:00
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*  /*
  * print.c - debugging printout routines   * print.c - debugging printout routines
  *   *
Line 39 
Line 40 
 #include "file.h"  #include "file.h"
   
 #ifndef lint  #ifndef lint
 static char *moduleid =  static char *moduleid = "$OpenBSD$";
         "@(#)$Id$";  
 #endif  /* lint */  #endif  /* lint */
   
 #define SZOF(a) (sizeof(a) / sizeof(a[0]))  #define SZOF(a) (sizeof(a) / sizeof(a[0]))

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