Searched hist:82766 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/hexdump/
H A Ddisplay.cdiff 82766 Sat Sep 01 20:42:47 MDT 2001 ache 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.

Completed in 108 milliseconds