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

Diff for /src/usr.bin/tic/tic.c between version 1.32 and 1.33

version 1.32, 2015/10/10 14:27:43 version 1.33, 2015/11/11 02:52:46
Line 499 
Line 499 
     bool check_only = FALSE;      bool check_only = FALSE;
     bool suppress_untranslatable = FALSE;      bool suppress_untranslatable = FALSE;
   
     if (pledge("stdio rpath wpath cpath", NULL) == -1)      if (pledge("stdio rpath wpath cpath", NULL) == -1) {
         perror("pledge");          perror("pledge");
           exit(1);
       }
   
     log_fp = stderr;      log_fp = stderr;
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33