HardenedBSD/usr.bin/hexdump
Andrey A. Chernov 7a27e6571b File positions are off_t nowdays, not long, so:
strtol -> strtoll
  fseek -> fseeko

  NOTE: that fseek not works for >long offsets files per POSIX:

  [EOVERFLOW] For fseek( ), the resulting file offset would be a value which
  cannot be represented correctly in an object of type long.
2001-09-01 22:42:47 +00:00
..
conv.c
display.c File positions are off_t nowdays, not long, so: 2001-09-01 22:42:47 +00:00
hexdump.1 mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
hexdump.c
hexdump.h Remove the misnamed `emalloc' and replace its uses with the calloc (along 2001-07-24 14:11:09 +00:00
hexsyntax.c File positions are off_t nowdays, not long, so: 2001-09-01 22:42:47 +00:00
Makefile
od.1
odsyntax.c File positions are off_t nowdays, not long, so: 2001-09-01 22:42:47 +00:00
parse.c Remove the misnamed `emalloc' and replace its uses with the calloc (along 2001-07-24 14:11:09 +00:00