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

Diff for /src/usr.bin/paste/paste.c between version 1.20 and 1.21

version 1.20, 2015/10/07 14:12:42 version 1.21, 2015/10/09 01:37:08
Line 57 
Line 57 
         extern int optind;          extern int optind;
         int ch, seq;          int ch, seq;
   
         if (tame("stdio rpath", NULL) == -1)          if (pledge("stdio rpath", NULL) == -1)
                 err(1, "tame");                  err(1, "pledge");
   
         seq = 0;          seq = 0;
         while ((ch = getopt(argc, argv, "d:s")) != -1) {          while ((ch = getopt(argc, argv, "d:s")) != -1) {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21