[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.15 and 1.16

version 1.15, 2009/04/24 18:54:34 version 1.16, 2009/10/27 23:59:37
Line 41 
Line 41 
 #endif  #endif
 #include <time.h>  #include <time.h>
   
 #ifndef lint  
 FILE_RCSID("@(#)$Id$")  
 #endif  /* lint */  
   
 #define SZOF(a) (sizeof(a) / sizeof(a[0]))  #define SZOF(a) (sizeof(a) / sizeof(a[0]))
   
 #ifndef COMPILE_ONLY  #ifndef COMPILE_ONLY

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16