<<On Mon, 11 Nov 2002 09:54:58 -0500, Mike Barcroft <[EMAIL PROTECTED]> said:

>  /* 1003.2-1992 */
> -#if __POSIX_VISIBLE >= 199209
> +#if __POSIX_VISIBLE >= 199209 || __XSI_VISIBLE
>  size_t        confstr(int, char *, size_t);
>  int   getopt(int, char * const [], const char *);
 
__XSI_VISIBLE should never be non-zero when __POSIX_VISIBLE is less
than 199506, so I don't entirely understand what's going on here.  We
don't really support XPG4.2 or older environments.

-GAWollman


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to