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

Diff for /src/usr.bin/file/file.c between version 1.61 and 1.62

version 1.61, 2017/06/28 15:40:54 version 1.62, 2017/06/28 15:42:49
Line 17 
Line 17 
  */   */
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/ioctl.h>  
 #include <sys/mman.h>  #include <sys/mman.h>
 #include <sys/queue.h>  
 #include <sys/socket.h>  
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/uio.h>  
 #include <sys/wait.h>  
   
 #include <err.h>  #include <err.h>
 #include <errno.h>  #include <errno.h>

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62