Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2000 12:35:06 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Alfred Perlstein <bright@wintelcom.net>
Cc:        Mikhail Teterin <mi@aldan.algebra.com>, David Schwartz <davids@webmaster.com>, imp@village.org, hackers@FreeBSD.ORG, bde@FreeBSD.ORG, eischen@vigrid.com
Subject:   Re: kern/13644
Message-ID:  <200001242035.MAA91877@apollo.backplane.com>
References:  <000001bf669f$94c4ec70$021d85d1@youwant.to> <200001242006.PAA35725@misha.cisco.com> <20000124125150.C26520@fw.wintelcom.net>

next in thread | previous in thread | raw e-mail | index | archive | help

:The manpage has been updated in -current:
:
:     If timeout is a non-nil pointer, it specifies the maximum interval to
:     wait for the selection to complete.  System activity can lengthen the in-
:     terval by an indeterminate amount.
:
:     If timeout is a nil pointer, the select blocks indefinitely.
:
:     To effect a poll, the timeout argument should be non-nil, pointing to a
:     zero-valued timeval structure.
:
:If no one objects I'll be committing it to -stable and praying to the
:gods that this thread dies.
:
:-Alfred

    'nil' ?  'nil' is the designation for an ascii 0, not a pointer.  
    Please use 'null' or 'NULL' -- for example, look at the gettimeofday
    man page.  'nil' has nothing to do with pointers.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001242035.MAA91877>