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

Diff for /src/usr.bin/patch/common.h between version 1.8 and 1.9

version 1.8, 1997/09/06 23:51:31 version 1.9, 1997/09/22 05:45:26
Line 30 
Line 30 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/file.h>  #include <sys/file.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   #include <sys/param.h>
 #include <ctype.h>  #include <ctype.h>
   #include <paths.h>
 #include <signal.h>  #include <signal.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <unistd.h>
 #undef malloc  #undef malloc
 #undef realloc  #undef realloc
   

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