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

Diff for /src/usr.bin/skeyinit/skeyinit.c between version 1.67 and 1.68

version 1.67, 2015/11/29 14:51:35 version 1.68, 2015/11/29 19:10:44
Line 55 
Line 55 
         struct skey skey;          struct skey skey;
         struct passwd *pp;          struct passwd *pp;
   
         if (pledge("stdio rpath wpath cpath fattr flock tty proc exec getpw", NULL) == -1)          if (pledge("stdio rpath wpath cpath fattr flock tty proc exec getpw",
               NULL) == -1)
                 err(1, "pledge");                  err(1, "pledge");
   
         n = rmkey = hexmode = enable = 0;          n = rmkey = hexmode = enable = 0;

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68