Date: Fri, 28 Jul 2000 10:01:59 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: alpha@freebsd.org Cc: phiber@radicalmedia.com Subject: Re: select problems ( was Re: weird XFree86 3.3.6 behavior...) Message-ID: <200007281701.KAA26155@vashon.polstra.com> In-Reply-To: <20000727174257.A19445@radicalmedia.com> References: <20000727022930.A9638@radicalmedia.com> <20000727164833.A18644@radicalmedia.com> <14720.41641.666813.600170@grasshopper.cs.duke.edu> <20000727174257.A19445@radicalmedia.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <20000727174257.A19445@radicalmedia.com>, Mark Abene <phiber@radicalmedia.com> wrote: > > They're using real fd_sets as args to select, however it appears they are > doing mask arithmetic with ints. This may be the problem, since an fd_set > on Alpha is 64 bits. No, fd_sets are 1024 bits on both the i386 and the alpha. See FD_SETSIZE in <sys/types.h>. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007281701.KAA26155>