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

Diff for /src/usr.bin/file/Attic/is_tar.c between version 1.9 and 1.10

version 1.9, 2009/04/24 18:54:34 version 1.10, 2009/10/27 23:59:37
Line 45 
Line 45 
 #include <sys/types.h>  #include <sys/types.h>
 #include "tar.h"  #include "tar.h"
   
 #ifndef lint  
 FILE_RCSID("@(#)$Id$")  
 #endif  
   
 #define isodigit(c)     ( ((c) >= '0') && ((c) <= '7') )  #define isodigit(c)     ( ((c) >= '0') && ((c) <= '7') )
   
 private int is_tar(const unsigned char *, size_t);  private int is_tar(const unsigned char *, size_t);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10