Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2000 23:12:02 -0600
From:      Chris Costello <chris@calldei.com>
To:        Peter Wemm <peter@FreeBSD.org>
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>
In-Reply-To: <200003200122.RAA87090@freefall.freebsd.org>
References:  <200003200122.RAA87090@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <chris@calldei.com>
|Programmers do it bit by bit.
`----------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000319231202.C24374>