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

Diff for /src/usr.bin/hexdump/hexdump.c between version 1.18 and 1.19

version 1.18, 2015/10/05 06:36:18 version 1.19, 2015/10/09 01:37:07
Line 54 
Line 54 
         FS *tfs;          FS *tfs;
         char *p;          char *p;
   
         if (tame("stdio rpath", NULL) == -1)          if (pledge("stdio rpath", NULL) == -1)
                 err(1, "tame");                  err(1, "pledge");
   
         if (!(p = strrchr(argv[0], 'o')) || strcmp(p, "od"))          if (!(p = strrchr(argv[0], 'o')) || strcmp(p, "od"))
                 newsyntax(argc, &argv);                  newsyntax(argc, &argv);

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