freebsd-dev/usr.bin/tail
Andrey A. Chernov bd9dc97512 File positions are off_t nowdays, not long, so:
long -> off_t
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:22:45 +00:00
..
extern.h File positions are off_t nowdays, not long, so: 2001-09-01 22:22:45 +00:00
forward.c File positions are off_t nowdays, not long, so: 2001-09-01 22:22:45 +00:00
Makefile
misc.c Fix tail to work on files bigger than 2GB. 2001-03-27 20:37:34 +00:00
read.c Remove register keyword usage with prejudice. 2000-12-03 17:05:45 +00:00
reverse.c File positions are off_t nowdays, not long, so: 2001-09-01 22:22:45 +00:00
tail.1 mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
tail.c File positions are off_t nowdays, not long, so: 2001-09-01 22:22:45 +00:00