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

Diff for /src/usr.bin/patch/inp.c between version 1.47 and 1.48

version 1.47, 2017/03/25 23:13:45 version 1.48, 2018/04/26 12:42:51
Line 26 
Line 26 
  * behaviour   * behaviour
  */   */
   
 #include <sys/types.h>  
 #include <sys/file.h>  
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/mman.h>  #include <sys/mman.h>
   
 #include <ctype.h>  #include <ctype.h>
 #include <libgen.h>  #include <fcntl.h>
 #include <stddef.h>  #include <stddef.h>
 #include <stdint.h>  #include <stdint.h>
 #include <stdio.h>  #include <stdio.h>

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48