[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.18 and 1.19

version 1.18, 2015/10/18 17:20:49 version 1.19, 2015/10/18 17:53:51
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 flock", NULL) == -1)          if (pledge("stdio rpath inet getpw", NULL) == -1)
                 perror("pledge");                  perror("pledge");
   
         notrans = key = 0;          notrans = key = 0;

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