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

Diff for /src/usr.bin/jot/jot.c between version 1.25 and 1.26

version 1.25, 2015/10/06 22:55:51 version 1.26, 2015/10/09 01:37:07
Line 84 
Line 84 
         int             ch;          int             ch;
         const   char    *errstr;          const   char    *errstr;
   
         if (tame("stdio", NULL) == -1)          if (pledge("stdio", NULL) == -1)
                 err(1, "tame");                  err(1, "pledge");
   
         while ((ch = getopt(argc, argv, "rb:w:cs:np:")) != -1)          while ((ch = getopt(argc, argv, "rb:w:cs:np:")) != -1)
                 switch (ch) {                  switch (ch) {

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26