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

Diff for /src/usr.bin/ctags/ctags.c between version 1.16 and 1.17

version 1.16, 2015/08/22 04:23:07 version 1.17, 2015/10/07 06:33:31
Line 77 
Line 77 
         int     step;                           /* step through args */          int     step;                           /* step through args */
         int     ch;                             /* getopts char */          int     ch;                             /* getopts char */
   
           if (tame("stdio rpath wpath cpath", NULL) == -1)
                   err(1, "tame");
   
         aflag = uflag = NO;          aflag = uflag = NO;
         while ((ch = getopt(argc, argv, "BFadf:tuwvx")) != -1)          while ((ch = getopt(argc, argv, "BFadf:tuwvx")) != -1)
                 switch(ch) {                  switch(ch) {

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