Subject: CVS commit: basesrc/usr.bin/tail
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/30/2002 23:48:53
Module Name:	basesrc
Committed By:	jdolecek
Date:		Wed Oct 30 21:48:51 UTC 2002

Modified Files:
	basesrc/usr.bin/tail: forward.c

Log Message:
use kqueue to watch the file if possible
from FreeBSD via Luke Mewburn

this specifically does NOT include FreeBSD rev. 1.28 change; it's
my understanding -F is specifically meant to only detect removal
of the tailed file, not to watch for intermediate path changes


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 basesrc/usr.bin/tail/forward.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.