From owner-cvs-all Tue Jun 22 12:40:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D978015458; Tue, 22 Jun 1999 12:40:39 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA47094; Tue, 22 Jun 1999 12:40:39 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199906221940.MAA47094@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 22 Jun 1999 12:40:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs-devel/patches patch-am patch-ap Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/06/22 12:40:39 PDT Added files: lang/egcs-devel/patches patch-am patch-ap Log: Don't redefine "USER_H" in ``t-freebsd''. (ie, We are missing important stuff in the include tree because of this. Including, but not limited to a proper definition of NULL for C++ and stdbool.) This causes an extra 14 unexpected failures relating to the definition of "NULL" in the EGCS g++ testsuite. Submitted by: Loren James Rittle (via egcs-patches@egcs.cygnus.com mailing list) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message