From owner-cvs-all Mon Aug 27 10: 0:49 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 5BA7637B406; Mon, 27 Aug 2001 10:00:43 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA13528; Tue, 28 Aug 2001 03:00:40 +1000 Date: Tue, 28 Aug 2001 03:00:31 +1000 (EST) From: Bruce Evans X-X-Sender: To: "Andrey A. Chernov" Cc: , Subject: Re: cvs commit: src/sys/sys errno.h In-Reply-To: <200108271648.f7RGmYq16209@freefall.freebsd.org> Message-ID: <20010828025054.O40515-100000@besplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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