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

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

version 1.9, 2015/10/09 01:37:09 version 1.10, 2015/10/12 19:56:47
Line 43 
Line 43 
         int ch, sflag;          int ch, sflag;
         char *t;          char *t;
   
         if (pledge("stdio rpath tty", NULL) == -1)          if (pledge("stdio rpath", NULL) == -1)
                 err(1, "pledge");                  err(1, "pledge");
   
         sflag = 0;          sflag = 0;

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