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

Diff for /src/usr.bin/lam/lam.c between version 1.18 and 1.19

version 1.18, 2015/10/07 04:03:57 version 1.19, 2015/10/09 01:37:08
Line 71 
Line 71 
 {  {
         int i;          int i;
   
         if (tame("stdio rpath", NULL) == -1)          if (pledge("stdio rpath", NULL) == -1)
                 err(1, "tame");                  err(1, "pledge");
   
         /* Process arguments, set numfiles to file argument count. */          /* Process arguments, set numfiles to file argument count. */
         getargs(argc, argv);          getargs(argc, argv);

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