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

Diff for /src/usr.bin/file/Attic/softmagic.c between version 1.14 and 1.15

version 1.14, 2009/04/24 18:54:34 version 1.15, 2009/10/27 23:59:38
Line 38 
Line 38 
 #include <time.h>  #include <time.h>
   
   
 #ifndef lint  
 FILE_RCSID("@(#)$Id$")  
 #endif  /* lint */  
   
 private int match(struct magic_set *, struct magic *, uint32_t,  private int match(struct magic_set *, struct magic *, uint32_t,
     const unsigned char *, size_t, int);      const unsigned char *, size_t, int);
 private int mget(struct magic_set *, const unsigned char *,  private int mget(struct magic_set *, const unsigned char *,

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