Date: Mon, 30 Dec 1996 10:52:00 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_main.c Message-ID: <199612301852.KAA10876@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/12/30 10:52:00 Modified: usr.sbin/ypserv yp_main.c Log: Make the select() call work like the others in the system.. ie: don't assume that the timeval will be preserved. As the man page says: ".. it is unwise to assume that the timeout value will be unmodified by the select() call." This happens on Linux and on my system at least. Revision Changes Path 1.12 +5 -3 src/usr.sbin/ypserv/yp_main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612301852.KAA10876>