From owner-cvs-all Fri Jan 14 10:34:46 2000 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 8DEA4159E7; Fri, 14 Jan 2000 10:28:24 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA02447; Fri, 14 Jan 2000 10:28:24 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001141828.KAA02447@freefall.freebsd.org> From: Bruce Evans Date: Fri, 14 Jan 2000 10:28:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/com_err com_err.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 2000/01/14 10:28:24 PST Modified files: contrib/com_err com_err.h Log: Fixed bitrot in K&R support (1 missing __P(()) defeated the point of 7 non-missing ones). Removed private declaration of __P(()) while I'm here. Include to get the system definition. The privation declaration would break the system definition if it were different. Revision Changes Path 1.2 +4 -9 src/contrib/com_err/com_err.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message