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

Diff for /src/usr.bin/patch/patch.c between version 1.56 and 1.57

version 1.56, 2015/10/03 13:49:51 version 1.57, 2015/10/04 18:11:22
Line 147 
Line 147 
         const   char *tmpdir;          const   char *tmpdir;
         char    *v;          char    *v;
   
         if (tame("stdio rpath wpath cpath tmppath fattr proc", NULL) == -1)          if (tame("stdio rpath wpath cpath tmppath fattr", NULL) == -1)
                 perror("tame");                  perror("tame");
   
         setvbuf(stdout, NULL, _IOLBF, 0);          setvbuf(stdout, NULL, _IOLBF, 0);

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57