From owner-cvs-all Fri Feb 8 11:16:49 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 3B5C637B41D; Fri, 8 Feb 2002 11:16:47 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g18JGl823219; Fri, 8 Feb 2002 11:16:47 -0800 (PST) (envelope-from jhb) Message-Id: <200202081916.g18JGl823219@freefall.freebsd.org> From: John Baldwin Date: Fri, 8 Feb 2002 11:16:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include md_var.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 jhb 2002/02/08 11:16:47 PST Modified files: sys/i386/include md_var.h Log: Apparently during the KSE M2 commit bzero() on the i386 was changed so that it's first parameter was volatile. Catch i486_bzero() and i586_bzero()'s prototypes up to this to quiet warnings. Revision Changes Path 1.45 +2 -2 src/sys/i386/include/md_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message