[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.3 and 1.4

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

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