Date: Wed, 19 Dec 2001 12:29:32 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail extern.h forward.c reverse.c tail.c Message-ID: <200112192029.fBJKTW872775@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/12/19 12:29:32 PST Modified files: (Branch: RELENG_4) usr.bin/tail extern.h forward.c reverse.c tail.c Log: MFC: - Use off_t and fseeko() for all offsets (tail.c rev.1.11, reverse.c rev.1.12, extern.h rev.1.6, forward.c rev.1.27). - Allow "tail -1 -F file" to be used. (tail.c rev.1.12). - Make -F work even if any part of the path changes. (forward.c rev.1.28). Revision Changes Path 1.4.6.2 +3 -3 src/usr.bin/tail/extern.h 1.11.6.6 +42 -38 src/usr.bin/tail/forward.c 1.9.2.3 +4 -4 src/usr.bin/tail/reverse.c 1.6.2.2 +5 -4 src/usr.bin/tail/tail.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112192029.fBJKTW872775>