From owner-freebsd-standards Wed Dec 4 8: 7:51 2002 Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45C4F37B401; Wed, 4 Dec 2002 08:07:50 -0800 (PST) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC2443ECF; Wed, 4 Dec 2002 08:07:49 -0800 (PST) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 8B48F9C11; Wed, 4 Dec 2002 10:58:06 -0500 (EST) Date: Wed, 4 Dec 2002 10:58:06 -0500 From: Mike Barcroft To: Jeroen Ruigrok/asmodai Cc: Juli Mallett , freebsd-standards@FreeBSD.org Subject: Re: Approval to fix non-GCC users of Message-ID: <20021204105806.C74206@espresso.q9media.com> References: <20021126194219.A92609@FreeBSD.org> <20021126231641.C67382@espresso.q9media.com> <20021204071420.GL8580@nexus.ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021204071420.GL8580@nexus.ninth-circle.org>; from asmodai@wxs.nl on Wed, Dec 04, 2002 at 08:14:21AM +0100 Organization: The FreeBSD Project Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeroen Ruigrok/asmodai writes: > -On [20021127 12:04], Mike Barcroft (mike@FreeBSD.org) wrote: > >2. TenDRA assumes an older POSIX system and makes wrong assumptions > >about some limits it happens to duplicate in its version of > >. > > Known, and working towards getting the new POSIX standard added and made > default over the old one, so this shouldn't be a problem longer. Great. I fixed it by just adding #ifndef ... #endif to conflicting constants in TenDRA's limits.h. What about the: #if __GNUC__ #warning "foo" #endif ...coming back with a syntax error problem? Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message