From owner-cvs-all Tue Sep 17 3: 1:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F73A37B401; Tue, 17 Sep 2002 03:01:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E1D43E7B; Tue, 17 Sep 2002 03:01:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8HA13JU057513; Tue, 17 Sep 2002 03:01:03 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8HA13ct057510; Tue, 17 Sep 2002 03:01:03 -0700 (PDT) Message-Id: <200209171001.g8HA13ct057510@freefall.freebsd.org> From: Bruce Evans Date: Tue, 17 Sep 2002 03:01:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/as/config ho-sysv.h X-FreeBSD-CVS-Branch: HEAD 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 bde 2002/09/17 03:01:02 PDT Modified files: gnu/usr.bin/as/config ho-sysv.h Log: Make `as' compile before it is axed. It still uses the archaic BSD interface setbuffer(), and emulates setbuffer() on USG systems using a #define of setbuffer() in terms of setvbuf(). The #define is correctly ifdefed in some places but was not correctly ifdefed here -- i.e., BSD was essentially configured as USG here. This became fatal when was de-__P(())ified without testing. This file gets included before , so the #define now affects (and breaks) `setbuffer' in where it didn't affect `setbuffer'. Revision Changes Path 1.5 +2 -0 src/gnu/usr.bin/as/config/ho-sysv.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message