[BACK]Return to yacc.y CVS log [TXT][DIR] Up to [local] / src / usr.bin / mklocale

Diff for /src/usr.bin/mklocale/yacc.y between version 1.7 and 1.8

version 1.7, 2015/08/20 22:32:41 version 1.8, 2015/10/13 15:10:30
Line 248 
Line 248 
     extern char *optarg;      extern char *optarg;
     extern int optind;      extern int optind;
   
       if (pledge("stdio rpath wpath cpath", NULL) == -1)
           perror("pledge");
   
     while ((x = getopt(ac, av, "do:")) != -1) {      while ((x = getopt(ac, av, "do:")) != -1) {
         switch(x) {          switch(x) {
         case 'd':          case 'd':

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8