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

Diff for /src/usr.bin/sdiff/sdiff.c between version 1.33 and 1.34

version 1.33, 2015/10/10 19:03:08 version 1.34, 2015/10/15 23:06:46
Line 314 
Line 314 
                 err(2, "could not fork");                  err(2, "could not fork");
         }          }
   
           if (pledge("stdio rpath wpath cpath", NULL) == -1)
                   err(1, "pledge");
   
         /* parent */          /* parent */
         /* We don't write to the pipe. */          /* We don't write to the pipe. */
         close(fd[1]);          close(fd[1]);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34