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

Diff for /src/usr.bin/gencat/gencat.c between version 1.17 and 1.18

version 1.17, 2014/11/18 20:54:28 version 1.18, 2015/10/10 21:29:59
Line 134 
Line 134 
         char   *catfile = NULL;          char   *catfile = NULL;
         int     c;          int     c;
   
           if (pledge("stdio rpath wpath cpath", NULL) == -1)
                   err(1, "pledge");
   
         while ((c = getopt(argc, argv, "")) != -1) {          while ((c = getopt(argc, argv, "")) != -1) {
                 switch (c) {                  switch (c) {
                 case '?':                  case '?':

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18