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

Diff for /src/usr.bin/indent/indent.c between version 1.28 and 1.29

version 1.28, 2015/10/05 23:42:40 version 1.29, 2015/10/09 01:37:07
Line 78 
Line 78 
   
     int         last_else = 0;  /* true iff last keyword was an else */      int         last_else = 0;  /* true iff last keyword was an else */
   
     if (tame("stdio rpath wpath cpath", NULL) == -1)      if (pledge("stdio rpath wpath cpath", NULL) == -1)
         err(1, "tame");          err(1, "pledge");
   
     /*-----------------------------------------------*\      /*-----------------------------------------------*\
     |                 INITIALIZATION                  |      |                 INITIALIZATION                  |

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29