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

Diff for /src/usr.bin/col/col.c between version 1.17 and 1.18

version 1.17, 2015/05/09 20:36:18 version 1.18, 2015/10/05 06:04:18
Line 113 
Line 113 
         int adjust, opt, warned;          int adjust, opt, warned;
         const char *errstr;          const char *errstr;
   
           if (tame("stdio", NULL) == -1)
                   err(1, "tame");
   
         max_bufd_lines = 256;          max_bufd_lines = 256;
         compress_spaces = 1;            /* compress spaces into tabs */          compress_spaces = 1;            /* compress spaces into tabs */
         while ((opt = getopt(argc, argv, "bfhl:x")) != -1)          while ((opt = getopt(argc, argv, "bfhl:x")) != -1)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18