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

Diff for /src/usr.bin/diff/diff.c between version 1.59 and 1.60

version 1.59, 2015/04/29 04:00:25 version 1.60, 2015/10/05 15:16:23
Line 217 
Line 217 
         argc -= optind;          argc -= optind;
         argv += optind;          argv += optind;
   
           if (lflag == 0) {
                   if (tame("stdio wpath rpath cpath tmppath", NULL) == -1)
                           err(1, "tame");
           }
         /*          /*
          * Do sanity checks, fill in stb1 and stb2 and call the appropriate           * Do sanity checks, fill in stb1 and stb2 and call the appropriate
          * driver routine.  Both drivers use the contents of stb1 and stb2.           * driver routine.  Both drivers use the contents of stb1 and stb2.

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60