From owner-cvs-all Sun Mar 19 21:13: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from holly.calldei.com (adsl-208-191-146-189.dsl.hstntx.swbell.net [208.191.146.189]) by hub.freebsd.org (Postfix) with ESMTP id BFCB137B8D2; Sun, 19 Mar 2000 21:12:58 -0800 (PST) (envelope-from chris@holly.calldei.com) Received: (from chris@localhost) by holly.calldei.com (8.9.3/8.9.3) id XAA86576; Sun, 19 Mar 2000 23:12:03 -0600 (CST) (envelope-from chris) Date: Sun, 19 Mar 2000 23:12:02 -0600 From: Chris Costello To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pcivar.h Message-ID: <20000319231202.C24374@holly.calldei.com> Reply-To: chris@calldei.com References: <200003200122.RAA87090@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i In-Reply-To: <200003200122.RAA87090@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, March 19, 2000, Peter Wemm wrote: > Modified files: > sys/pci pcivar.h > Log: > Bandaid for src/sys/modules which broke world It seems kget is broken, too. Something like this would be needed to fix it. --- Makefile.orig Mon Mar 20 05:09:11 2000 +++ Makefile Mon Mar 20 05:09:35 2000 @@ -1,7 +1,7 @@ # $FreeBSD: src/sbin/kget/Makefile,v 1.3 1999/08/28 00:13:13 peter Exp $ # PROG= kget -CFLAGS+= -I${.CURDIR}/../../sys/i386 +CFLAGS+= -I${.CURDIR}/../../sys/i386 -DCOMPAT_OLDISA SRCS= kget.c MAN8= kget.8 -- |Chris Costello |Programmers do it bit by bit. `---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message