[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.15 and 1.16

version 1.15, 2011/04/03 21:10:45 version 1.16, 2011/09/22 09:09:42
Line 32 
Line 32 
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <err.h>  #include <err.h>
 #include <locale.h>  
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
Line 74 
Line 73 
                 rewrite(tfs);                  rewrite(tfs);
   
         (void)next(argv);          (void)next(argv);
         (void)setlocale(LC_CTYPE, "");  
         display();          display();
         exit(exitval);          exit(exitval);
 }  }

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