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

Diff for /src/usr.bin/sendbug/sendbug.c between version 1.69 and 1.70

version 1.69, 2015/01/16 06:40:11 version 1.70, 2015/10/10 19:10:20
Line 86 
Line 86 
         time_t mtime;          time_t mtime;
         FILE *fp;          FILE *fp;
   
           if (pledge("stdio getpw rpath wpath cpath tmppath proc exec", NULL) == -1)
                   err(1, "pledge");
   
         while ((ch = getopt(argc, argv, "DEPV")) != -1)          while ((ch = getopt(argc, argv, "DEPV")) != -1)
                 switch (ch) {                  switch (ch) {
                 case 'D':                  case 'D':

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70