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

Diff for /src/usr.bin/file/file.h between version 1.25 and 1.26

version 1.25, 2015/04/24 16:24:11 version 1.26, 2015/04/24 16:47:32
Line 22 
Line 22 
 /* Bytes to read if can't use the whole file. */  /* Bytes to read if can't use the whole file. */
 #define FILE_READ_SIZE (256 * 1024)  #define FILE_READ_SIZE (256 * 1024)
   
 /* User to drop to if run as root. */  
 #define FILE_USER "nobody"  
   
 /* text.c */  /* text.c */
 const char      *text_get_type(const void *, size_t);  const char      *text_get_type(const void *, size_t);
 const char      *text_try_words(const void *, size_t, int);  const char      *text_try_words(const void *, size_t, int);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26