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

Diff for /src/usr.bin/unifdef/unifdef.c between version 1.22 and 1.23

version 1.22, 2015/10/05 06:54:59 version 1.23, 2015/10/05 06:57:01
Line 265 
Line 265 
         const char *errstr;          const char *errstr;
         int opt;          int opt;
   
           if (tame("stdio rpath wpath cpath fattr", NULL) == -1)
                   err(1, "tame");
   
         while ((opt = getopt(argc, argv, "i:D:U:f:I:M:o:x:bBcdehKklmnsStV")) != -1)          while ((opt = getopt(argc, argv, "i:D:U:f:I:M:o:x:bBcdehKklmnsStV")) != -1)
                 switch (opt) {                  switch (opt) {
                 case 'i': /* treat stuff controlled by these symbols as text */                  case 'i': /* treat stuff controlled by these symbols as text */

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23