Date: Fri, 3 Apr 1998 15:02:46 +0900 From: Greg Lehey <grog@lemis.com> To: Poul-Henning Kamp <phk@critter.freebsd.dk>, Glenn Johnson <gljohns@bellsouth.net> Cc: freebsd-current@FreeBSD.ORG Subject: Re: error when compiling kernel with SOFTUPDATES Message-ID: <19980403150246.58202@papillon.lemis.com> In-Reply-To: <2061.891499248@critter.freebsd.dk>; from Poul-Henning Kamp on Thu, Apr 02, 1998 at 08:40:48AM %2B0200 References: <199804020237.UAA00748@gforce.bellsouth.net> <2061.891499248@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2 April 1998 at 8:40:48 +0200, Poul-Henning Kamp wrote: > In message <199804020237.UAA00748@gforce.bellsouth.net>, Glenn Johnson writes: >> options SOFTUPDATES >> >> I get the following: >> >> loading kernel >> ffs_softdep.o: Undefined symbol `_time' referenced from text segment >> ffs_softdep.o: Undefined symbol `_time' referenced from text segment > > change "tv = time" to "getmicrotime(&tv);" Wouldn't it have been possible to hide this change with a macro, like was done with the reorganization of the buffer headers under 2.2.6? Greg 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?19980403150246.58202>