Subject: CVS commit: othersrc/usr.bin/tnftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/26/2005 14:20:53
Module Name:	othersrc
Committed By:	lukem
Date:		Thu May 26 14:20:53 UTC 2005

Modified Files:
	othersrc/usr.bin/tnftp: tnftp.h
	othersrc/usr.bin/tnftp/src: util.c

Log Message:
Extend xpoll()'s HAVE_SELECT implementation to support POLLRDNORM,
POLLWRNORM, and POLLRDBAND - the latter using exceptfds.
Per discussion with Christos.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 othersrc/usr.bin/tnftp/tnftp.h
cvs rdiff -r1.10 -r1.11 othersrc/usr.bin/tnftp/src/util.c

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