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

Diff for /src/usr.bin/what/what.c between version 1.14 and 1.15

version 1.14, 2015/10/06 13:47:08 version 1.15, 2015/10/09 01:37:09
Line 58 
Line 58 
         char match[256];          char match[256];
         int c;          int c;
   
         if (tame("stdio rpath", NULL) == -1)          if (pledge("stdio rpath", NULL) == -1)
                 err(1, "tame");                  err(1, "pledge");
   
         matches = sflag = 0;          matches = sflag = 0;
         while ((c = getopt(argc, argv, "s")) != -1) {          while ((c = getopt(argc, argv, "s")) != -1) {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15