From owner-freebsd-standards Sun Mar 17 23:23:37 2002 Delivered-To: freebsd-standards@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 8484537B400 for ; Sun, 17 Mar 2002 23:23:34 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g2I7HSW43513; Mon, 18 Mar 2002 02:17:28 -0500 (EST) (envelope-from mike) Date: Mon, 18 Mar 2002 02:17:28 -0500 From: Mike Barcroft To: Bruce Evans Cc: "M. Warner Losh" , standards@FreeBSD.ORG Subject: Re: Garrett's POSIX versions patch for review Message-ID: <20020318021728.D56122@espresso.q9media.com> References: <20020226.224449.28794535.imp@village.org> <20020227184645.K47808-100000@gamplex.bde.org> <20020227144359.R31007@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020227144359.R31007@espresso.q9media.com>; from mike@FreeBSD.ORG on Wed, Feb 27, 2002 at 02:43:59PM -0500 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 Mike Barcroft writes: [...] > +#if __POSIX_VISIBLE > +#define _POSIX_VERSION 200112 > +#define _KPOSIX_VERSION 200112 > +#endif > + > #endif /* !_SYS_CDEFS_H_ */ I ran into a little bit of trouble when testing this. Specifically, NOTES/LINT includes _KPOSIX_VERSION as an option. This conflicts with the ability to define _KPOSIX_VERSION in . Does _KPOSIX_VERSION have any use as a kernel option? It would seem to me that, in order to run a FreeBSD system at a different POSIX version than the one the system was designed to run at would require more than just a kernel configuration change. So, this define as a kernel option doesn't really buy us anything. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message