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

Diff for /src/usr.bin/ctfdump/ctfdump.c between version 1.2 and 1.3

version 1.2, 2017/08/11 15:00:00 version 1.3, 2017/08/11 18:22:22
Line 80 
Line 80 
         uint8_t flags = 0;          uint8_t flags = 0;
         int ch, error = 0;          int ch, error = 0;
   
           if (pledge("stdio rpath", NULL) == -1)
                   err(1, "pledge");
   
         setlocale(LC_ALL, "");          setlocale(LC_ALL, "");
   
         while ((ch = getopt(argc, argv, "dfhlst")) != -1) {          while ((ch = getopt(argc, argv, "dfhlst")) != -1) {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3