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

Diff for /src/usr.bin/rdist/isexec.c between version 1.9 and 1.10

version 1.9, 2014/07/05 05:31:35 version 1.10, 2015/01/20 09:00:16
Line 29 
Line 29 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include "defs.h"  #include <sys/types.h>
   
 #include <elf_abi.h>  #include <elf_abi.h>
   #include <fcntl.h>
   #include <unistd.h>
   
   #include "client.h"
   
 /*  /*
  * Determine whether 'file' is a binary executable or not.   * Determine whether 'file' is a binary executable or not.

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