Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2002 13:49:04 -0500
From:      Mike Barcroft <mike@FreeBSD.org>
To:        Marc Recht <marc@informatik.uni-bremen.de>
Cc:        current@FreeBSD.ORG
Subject:   Re: select.h problem / posix / patch
Message-ID:  <20021125134904.A67382@espresso.q9media.com>
In-Reply-To: <87650000.1038250095@leeloo.intern.geht.de>; from marc@informatik.uni-bremen.de on Mon, Nov 25, 2002 at 07:48:15PM %2B0100
References:  <87650000.1038250095@leeloo.intern.geht.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Marc Recht <marc@informatik.uni-bremen.de> writes:
> Hi!
> 
> Following test programm
[...]
> 
> gives me:
> x.c: In function `main':
> x.c:9: structure has no member named `fds_bits'
> 
> when compiled with:
> gcc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 
> -D_XOPEN_SOURCE_EXTENDED=1 x.c
> 
> The attached patch fixes that, though I'm not quite sure if it's correct.

It needs a similar change for FD_CLR().  I'll get this fixed; thanks
for the patch.

Best regards,
Mike Barcroft

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




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