[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.111 and 1.112

version 1.111, 2015/10/07 14:14:30 version 1.112, 2015/10/07 14:16:09
Line 192 
Line 192 
 #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 (tame("stdio rpath wpath cpath proc exec", NULL) == -1)  
                 err(1, "tame");  
   
         optind = 1;     /* since we're called more than once */          optind = 1;     /* since we're called more than once */
         optreset = 1;          optreset = 1;
         optend = 0;          optend = 0;

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112