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

Diff for /src/usr.bin/rev/rev.c between version 1.10 and 1.11

version 1.10, 2009/10/27 23:59:42 version 1.11, 2015/10/07 06:18:00
Line 49 
Line 49 
         size_t len;          size_t len;
         int ch, rval;          int ch, rval;
   
           if (tame("stdio rpath", 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.10  
changed lines
  Added in v.1.11