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

Diff for /src/usr.bin/ypcat/ypcat.c between version 1.16 and 1.17

version 1.16, 2015/02/08 23:40:35 version 1.17, 2015/10/10 21:08:09
Line 88 
Line 88 
         extern int optind;          extern int optind;
         int notrans, c, r, i;          int notrans, c, r, i;
   
           if (pledge("stdio rpath inet", NULL) == -1)
                   perror("pledge");
   
         notrans = key = 0;          notrans = key = 0;
         while ((c=getopt(argc, argv, "xd:kt")) != -1)          while ((c=getopt(argc, argv, "xd:kt")) != -1)
                 switch (c) {                  switch (c) {

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