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

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

version 1.9, 2015/10/12 06:00:57 version 1.10, 2015/10/12 20:03:24
Line 52 
Line 52 
         char *tty;          char *tty;
         int ch;          int ch;
   
         if (pledge("stdio rpath fattr tty", NULL) == -1)          if (pledge("stdio rpath fattr", NULL) == -1)
                 err(1, "pledge");                  err(1, "pledge");
   
         while ((ch = getopt(argc, argv, "")) != -1)          while ((ch = getopt(argc, argv, "")) != -1)

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