This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: IRIX 5.2 needs <bstring.h> for FD_ZERO
- To: Alexandre Oliva <oliva@dcc.unicamp.br>
- Subject: Re: IRIX 5.2 needs <bstring.h> for FD_ZERO
- From: Tom Tromey <tromey@cygnus.com>
- Date: Sun, 1 Aug 1999 16:38:16 -0700
- Cc: java-patches@sourceware.cygnus.com
- References: <oremhos40z.fsf@cupuacu.lsd.dcc.unicamp.br>
>>>>> "Alexandre" == Alexandre Oliva <oliva@dcc.unicamp.br> writes:
Alexandre> bzero is used in the FD_ZERO macro, and only bstring.h
Alexandre> declares it.
Thanks, I checked this in.
Alexandre> the build doesn't complete without -fpermissive on SunOS
Alexandre> 4.1.3,
I added -fpermissive to the branch for this build.
Longer term hopefully some other fix can be found.
Tom