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

Diff for /src/usr.bin/ypcat/ypcat.c between version 1.17 and 1.18

version 1.17, 2015/10/10 21:08:09 version 1.18, 2015/10/18 17:20:49
Line 88 
Line 88 
         extern int optind;          extern int optind;
         int notrans, c, r, i;          int notrans, c, r, i;
   
         if (pledge("stdio rpath inet", NULL) == -1)          if (pledge("stdio rpath inet flock", NULL) == -1)
                 perror("pledge");                  perror("pledge");
   
         notrans = key = 0;          notrans = key = 0;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18