[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.117 and 1.118

version 1.117, 2015/11/29 09:17:12 version 1.118, 2015/12/29 19:04:46
Line 191 
Line 191 
 #define OPTLETTERS "BSiknpqrst"  #define OPTLETTERS "BSiknpqrst"
   
         if (pledge("stdio rpath wpath cpath proc exec", NULL) == -1)          if (pledge("stdio rpath wpath cpath proc exec", NULL) == -1)
                 err(1, "pledge");                  err(2, "pledge");
   
         optind = 1;     /* since we're called more than once */          optind = 1;     /* since we're called more than once */
         optreset = 1;          optreset = 1;

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118