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

Diff for /src/usr.bin/make/main.c between version 1.119 and 1.120

version 1.119, 2016/01/04 10:59:23 version 1.120, 2016/10/12 00:31:06
Line 190 
Line 190 
 #define OPTFLAGS "BC:D:I:SV:d:ef:ij:km:npqrst"  #define OPTFLAGS "BC:D:I:SV:d:ef:ij:km:npqrst"
 #define OPTLETTERS "BSiknpqrst"  #define OPTLETTERS "BSiknpqrst"
   
         if (pledge("stdio rpath wpath cpath proc exec", NULL) == -1)          if (pledge("stdio rpath wpath cpath fattr proc exec", NULL) == -1)
                 err(2, "pledge");                  err(2, "pledge");
   
         optind = 1;     /* since we're called more than once */          optind = 1;     /* since we're called more than once */

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120