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

Diff for /src/usr.bin/find/find.c between version 1.17 and 1.18

version 1.17, 2014/12/01 03:11:55 version 1.18, 2015/10/05 15:25:16
Line 42 
Line 42 
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <unistd.h>
   
   int     mayexecve;
   
 #include "find.h"  #include "find.h"
   
 /*  /*
Line 150 
Line 153 
         sigset_t fullset, oset;          sigset_t fullset, oset;
         int r, rval;          int r, rval;
         PLAN *p;          PLAN *p;
   
           if (mayexecve == 0)
                   if (tame("stdio getpw rpath", NULL) == -1)
                           err(1, "tame");
   
         rval = 0;          rval = 0;
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18