From owner-cvs-all Wed Jul 10 19:51: 5 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 E139337B400; Wed, 10 Jul 2002 19:51:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9458543E3B; Wed, 10 Jul 2002 19:51:02 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6B2p2JU001679; Wed, 10 Jul 2002 19:51:02 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6B2p2CC001678; Wed, 10 Jul 2002 19:51:02 -0700 (PDT) Message-Id: <200207110251.g6B2p2CC001678@freefall.freebsd.org> From: Matt Dillon Date: Wed, 10 Jul 2002 19:51:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys cdefs.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 dillon 2002/07/10 19:51:02 PDT Modified files: sys/sys cdefs.h Log: Disable format checking for NULL-passing prototypes (really only err*(), warn*(), and setproctitle() functions) to buildworld work again. This can be cleaned up later if/when a new GCC supports the feature (but personally I think it's a waste of time to keep mod'ing imported GCC sources for this since only three procedures are involved). Suggested by: peter Revision Changes Path 1.57 +1 -1 src/sys/sys/cdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message