Subject: CVS commit: othersrc/usr.bin/tnftp/src
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/11/2005 03:57:57
Module Name:	othersrc
Committed By:	lukem
Date:		Wed May 11 03:57:57 UTC 2005

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

Log Message:
If select() is available when poll() isn't, implement xpoll() using select().
The implementation only supports POLLIN & POLLOUT events, but that's all
we use in ftp(1)...


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 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.