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

Diff for /src/usr.bin/file/Attic/apprentice.c between version 1.33 and 1.34

version 1.33, 2015/01/16 08:24:04 version 1.34, 2015/01/16 18:08:15
Line 73 
Line 73 
 #define MAP_FILE 0  #define MAP_FILE 0
 #endif  #endif
   
 #ifndef PATH_MAX  
 #define PATH_MAX        1024  
 #endif  
   
 struct magic_entry {  struct magic_entry {
         struct magic *mp;          struct magic *mp;
         uint32_t cont_count;          uint32_t cont_count;

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34