From owner-freebsd-current Fri Oct 27 2:39:12 2000 Delivered-To: freebsd-current@freebsd.org Received: from darren2.lnk.telstra.net (darren2.lnk.telstra.net [139.130.53.33]) by hub.freebsd.org (Postfix) with ESMTP id 0707D37B479; Fri, 27 Oct 2000 02:39:08 -0700 (PDT) Received: (from root@localhost) by darren2.lnk.telstra.net (8.11.0/8.11.0) id e9R9d4h26862; Fri, 27 Oct 2000 20:39:04 +1100 (EST) From: Darren Reed Message-Id: <200010270938.UAA19397@avalon.reed.wattle.id.au> Subject: Re: kernel build problem In-Reply-To: <39F9357B.36BD77F0@gorean.org> from Doug Barton at "Oct 27, 0 00:57:47 am" To: DougB@gorean.org (Doug Barton) Date: Fri, 27 Oct 2000 20:38:45 +1100 (EST) Cc: current@freebsd.org, darrenr@freebsd.org X-Mailer: ELM [version 2.4ME+ PL37 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What failed ? Do you have the make error output ? Darren In some email I received from Doug Barton, sie wrote: > With tonight's sources I had an error in sys/netinet/ip_compat.h that > was looking for an osreldate.h that didn't exist. The following patch > fixes it, in the sense that the kernel and lkm compile, and ipfilter > compiled into the kernel works. However I'm told it might not be > appropriate. FWIW, I'm using buildkernel, and I can see > src/i386/usr/include/osreldate.h and src/include/osreldate.h both in > /usr/obj. > > Doug > > Index: ip_compat.h > =================================================================== > RCS file: /usr/ncvs/src/sys/netinet/ip_compat.h,v > retrieving revision 1.11 > diff -u -r1.11 ip_compat.h > --- ip_compat.h 2000/10/26 12:33:42 1.11 > +++ ip_compat.h 2000/10/27 06:14:46 > @@ -265,10 +265,10 @@ > > #if defined(__FreeBSD__) && (defined(KERNEL) || defined(_KERNEL)) > # ifdef IPFILTER_LKM > -# include > +# include > # define ACTUALLY_LKM_NOT_KERNEL > # else > -# include > +# include > # endif > # if __FreeBSD__ < 3 > # include > > > -- > "The dead cannot be seduced." > - Kai, "Lexx" > > Do YOU Yahoo!? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message