From owner-cvs-all Sun Feb 24 20:31:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1038B37B400; Sun, 24 Feb 2002 20:31:26 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1P4VQU96821; Sun, 24 Feb 2002 20:31:26 -0800 (PST) (envelope-from bde) Message-Id: <200202250431.g1P4VQU96821@freefall.freebsd.org> From: Bruce Evans Date: Sun, 24 Feb 2002 20:31:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common bootstrap.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/02/24 20:31:25 PST Modified files: sys/boot/common bootstrap.h Log: Declare time(not3) instead of depending on namespace pollution 3 layers deep in to eventually include to declare the user version. This is not quite the right place to declare it, but would be worse because time() is very MD so it isn't in libstand. Many places in the boot sources still get the user version using only 1 layer of pollution (#include . Some pollute themselves directly (#include ). But the boot Makefiles are too broken to enable warnings for redeclarations. Revision Changes Path 1.35 +2 -0 src/sys/boot/common/bootstrap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message