Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2001 03:00:31 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "Andrey A. Chernov" <ache@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/sys errno.h
Message-ID:  <20010828025054.O40515-100000@besplex.bde.org>
In-Reply-To: <200108271648.f7RGmYq16209@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mon, 27 Aug 2001, Andrey A. Chernov wrote:

> ache        2001/08/27 09:48:34 PDT
>
>   Modified files:
>     sys/sys              errno.h
>   Log:
>   EOVERFLOW is POSIXed, so move it out #ifndef _POSIX_SOURCE section

_POSIX_SOURCE means POSIX.1-1990, not the current version of POSIX.
(Even in POSIX.1-1990, errno.h can define almost any name beginning with
"E", but it shouldn't.)

Please back this out and check for previous breakage.

Bruce


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




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