freebsd-src/usr.bin/tail
Andrey A. Chernov 462da59fb1 Restore part of my fix spammed in v1.23:
fseeko(file_size, SEEK_SET) -> fseek(0L, SEEK_END)
1) File may grows between operations, so fseeko to file_size may miss
2) 0L, SEEK_END is the same code using in tail in all other places
2001-03-27 23:24:25 +00:00
..
extern.h Fix tail to work on files bigger than 2GB. 2001-03-27 20:37:34 +00:00
forward.c Restore part of my fix spammed in v1.23: 2001-03-27 23:24:25 +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 Fix tail to work on files bigger than 2GB. 2001-03-27 20:37:34 +00:00
tail.1 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 19:21:22 +00:00
tail.c Mention the -F in the usage(). 2001-01-24 08:27:59 +00:00