From owner-cvs-all Sun Jan 20 4:13:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D39C937B402; Sun, 20 Jan 2002 04:13:28 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0KCDSS18895; Sun, 20 Jan 2002 04:13:28 -0800 (PST) (envelope-from billf) Message-Id: <200201201213.g0KCDSS18895@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 20 Jan 2002 04:13:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/nos-tun nos-tun.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG billf 2002/01/20 04:13:28 PST Modified files: sbin/nos-tun nos-tun.c Log: from select(2): Any of readfds, writefds, and exceptfds may be given as nil pointers if no descriptors are of interest. neither wfds nor efds were of interest so now they are nil. also, do a little better then making an educated guess for nfds. Revision Changes Path 1.10 +10 -4 src/sbin/nos-tun/nos-tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message