From owner-freebsd-current Mon Nov 25 10:58:29 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA2237B401 for ; Mon, 25 Nov 2002 10:58:28 -0800 (PST) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33AA343EAA for ; Mon, 25 Nov 2002 10:58:28 -0800 (PST) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 383039C10; Mon, 25 Nov 2002 13:49:04 -0500 (EST) Date: Mon, 25 Nov 2002 13:49:04 -0500 From: Mike Barcroft To: Marc Recht Cc: current@FreeBSD.ORG Subject: Re: select.h problem / posix / patch Message-ID: <20021125134904.A67382@espresso.q9media.com> References: <87650000.1038250095@leeloo.intern.geht.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87650000.1038250095@leeloo.intern.geht.de>; from marc@informatik.uni-bremen.de on Mon, Nov 25, 2002 at 07:48:15PM +0100 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Marc Recht 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