freebsd-skq/usr.bin/tail
Chuck Silvers 7787e7eed9 tail: fix "tail -F" file rotation detection
When checking if the newly opened file is the same as the old one,
we need to fstat() the new file descriptor, not the old one again.

Reviewed by:	glebius
Sponsored by:	Netflix
2021-02-01 16:21:14 -08:00
..
tests
extern.h
forward.c tail: fix "tail -F" file rotation detection 2021-02-01 16:21:14 -08:00
Makefile
Makefile.depend
Makefile.depend.options
misc.c
read.c
reverse.c
tail.1
tail.c