[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.112 and 1.113

version 1.112, 2015/10/07 14:16:09 version 1.113, 2015/10/08 14:49:27
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.112  
changed lines
  Added in v.1.113