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

Diff for /src/usr.bin/colrm/colrm.c between version 1.9 and 1.10

version 1.9, 2009/10/27 23:59:36 version 1.10, 2015/10/05 13:30:30
Line 52 
Line 52 
         int ch;          int ch;
         char *p;          char *p;
   
           if (tame("stdio", NULL) == -1)
                   err(1, "tame");
   
         while ((ch = getopt(argc, argv, "")) != -1)          while ((ch = getopt(argc, argv, "")) != -1)
                 switch(ch) {                  switch(ch) {
                 case '?':                  case '?':

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10