Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 1998 13:06:35 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, dima@best.net
Cc:        committers@FreeBSD.ORG
Subject:   Re: FD_SETSIZE
Message-ID:  <199806050306.NAA11465@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> The userland change would give incompatible libraries according to
>> `zgrep fd_set /usr/share/man/man3/*'.  This didn't seem to cause any
>> problems in -current when the libc major wasn't bumped, but -stable
>> should be stabler.
>
>Grrr .... Right :-) Most definitely it will break libc_r and librpc
>(at very least).

It's not obvious that it actually breaks things.  It just takes too much
work to verify that it doesn't.  librpc has a variable giving the size
of the descriptor set actually used, and things might work if the old
FD_SETSIZE is not exceeded.  Applications that need the larger size
hopefully use new libraries that give it.

Bruce

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



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