freebsd-dev/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 Change localizing to LC_ALL 2001-02-10 23:25:09 +00:00
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 MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
od.1 Prepare for mdoc(7)NG. 2000-12-27 16:52:31 +00:00
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