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

Diff for /src/usr.bin/file/magic.h between version 1.14 and 1.15

version 1.14, 2016/05/01 10:56:03 version 1.15, 2016/05/01 20:34:26
Line 19 
Line 19 
 #ifndef MAGIC_H  #ifndef MAGIC_H
 #define MAGIC_H  #define MAGIC_H
   
   #include <sys/types.h>
 #include <sys/tree.h>  #include <sys/tree.h>
 #include <sys/queue.h>  #include <sys/queue.h>
 #include <sys/stat.h>  
   
 #include <err.h>  
 #include <regex.h>  #include <regex.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdarg.h>  #include <stdarg.h>
 #include <stdlib.h>  
 #include <string.h>  
   
 #define MAGIC_STRING_SIZE 31  #define MAGIC_STRING_SIZE 31
 #define MAGIC_STRENGTH_MULTIPLIER 10  #define MAGIC_STRENGTH_MULTIPLIER 10

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