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

Diff for /src/usr.bin/unifdef/unifdef.c between version 1.23 and 1.24

version 1.23, 2015/10/05 06:57:01 version 1.24, 2015/10/09 01:37:09
Line 265 
Line 265 
         const char *errstr;          const char *errstr;
         int opt;          int opt;
   
         if (tame("stdio rpath wpath cpath fattr", NULL) == -1)          if (pledge("stdio rpath wpath cpath fattr", NULL) == -1)
                 err(1, "tame");                  err(1, "pledge");
   
         while ((opt = getopt(argc, argv, "i:D:U:f:I:M:o:x:bBcdehKklmnsStV")) != -1)          while ((opt = getopt(argc, argv, "i:D:U:f:I:M:o:x:bBcdehKklmnsStV")) != -1)
                 switch (opt) {                  switch (opt) {

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24