Date: Sun, 30 May 1999 23:58:35 -0700 (PDT) From: Julian Elischer <julian@whistle.com> To: John Birrell <jb@cimlogic.com.au> Cc: hackers@freebsd.org Subject: (Solved)Re: sio driver and select puzzle. Message-ID: <Pine.BSF.3.95.990530235528.10396D-100000@current1.whistle.com> In-Reply-To: <199905310705.RAA29652@cimlogic.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
ah yes, I knew that :-) just testing you (cough) You would't believe the time I wasted on this today. On Mon, 31 May 1999, John Birrell wrote: > Julian Elischer wrote: > > write(filedes, linebuf2, strlen(linebuf2)); > > sel_nfds = 0; > > FD_ZERO(&read_set); > > FD_SET( filedes, &read_set); > > if (filedes > sel_nfds) > > sel_nfds = filedes; > > sel_nfds = filedes + 1; > > -- > John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ > CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 > 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?Pine.BSF.3.95.990530235528.10396D-100000>