Date: Mon, 16 Feb 1998 14:08:12 -0800 (PST) From: Julian Elischer <julian@whistle.com> To: John Polstra <jdp@polstra.com> Cc: current@FreeBSD.ORG Subject: Re: Working (apparently) soft-update code available. Message-ID: <Pine.BSF.3.95.980216140622.8949K-100000@current1.whistle.com> In-Reply-To: <199802140321.TAA22163@austin.polstra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
oops we compile it on a 2.2.5 system (3.0 sources) you need this to make that work, and it has no side effects. if_de.c has a ton of #if (__FreeBSD__ >= 3 ) in it.. (in the 3.0 source tree) (means you can't compile a kernel to upgrade from 2.2 to 3.0) On Fri, 13 Feb 1998, John Polstra wrote: > In article <Pine.BSF.3.95.980213144636.23295C-100000@current1.whistle.com>, > Julian Elischer <julian@whistle.com> wrote: > > > > look in: > > ftp://ftp.freebsd.org/pub/FreeBSD/incoming/softupdates4.tgz > > Great! > > But ... what is this doing in there?? > > > Index: sys/pci/if_de.c > > =================================================================== > > RCS file: /cvs/freebsd/src/sys/pci/if_de.c,v > > retrieving revision 1.79 > > diff -c -r1.79 if_de.c > > *** if_de.c 1998/02/06 12:14:08 1.79 > > --- if_de.c 1998/02/13 22:39:06 > > *************** > > *** 1,3 **** > > --- 1,5 ---- > > + #undef __FreeBSD__ > > + #define __FreeBSD__ 3 > > /* $NetBSD: if_de.c,v 1.56 1997/10/20 14:32:46 matt Exp $ */ > > /* $Id: if_de.c,v 1.79 1998/02/06 12:14:08 eivind Exp $ */ > > > > John > -- > John Polstra jdp@polstra.com > John D. Polstra & Co., Inc. Seattle, Washington USA > "Self-knowledge is always bad news." -- John Barth > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.980216140622.8949K-100000>