[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.19 and 1.20

version 1.19, 2014/11/25 10:20:24 version 1.20, 2015/10/07 14:12:42
Line 57 
Line 57 
         extern int optind;          extern int optind;
         int ch, seq;          int ch, seq;
   
           if (tame("stdio rpath", NULL) == -1)
                   err(1, "tame");
   
         seq = 0;          seq = 0;
         while ((ch = getopt(argc, argv, "d:s")) != -1) {          while ((ch = getopt(argc, argv, "d:s")) != -1) {
                 switch (ch) {                  switch (ch) {

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