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

Diff for /src/usr.bin/getent/getent.c between version 1.10 and 1.11

version 1.10, 2015/10/10 05:26:57 version 1.11, 2015/10/10 14:33:02
Line 95 
Line 95 
 {  {
         struct getentdb *curdb;          struct getentdb *curdb;
   
         if (pledge("stdio dns rpath", NULL) == -1)          if (pledge("stdio dns rpath getpw", NULL) == -1)
                 err(1, "pledge");                  err(1, "pledge");
   
         if (argc < 2)          if (argc < 2)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11