From owner-freebsd-current Thu Apr 2 22:20:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26942 for freebsd-current-outgoing; Thu, 2 Apr 1998 22:20:29 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mailext02.compaq.com (mailext02.compaq.com [207.18.199.33]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA26929 for ; Thu, 2 Apr 1998 22:20:28 -0800 (PST) (envelope-from grog@lemis.com) Received: from mail.compaq.com(really [207.18.199.34]) by mailext02.compaq.com via sendmail with smtp id for ; Fri, 3 Apr 1998 00:04:38 -0600 (CST) (Smail-3.2.0.93 1997-Apr-12 #2 built 1997-Dec-21) Received: from papillon.lemis.com(really [202.48.19.19]) by mail.compaq.com via sendmail with smtp id for ; Fri, 3 Apr 98 00:12:27 -0600 (CST) (/\##/\ Smail3.1.30.16 #30.10 built 18-dec-97) Received: (grog@localhost) by papillon.lemis.com (8.8.8/8.6.12) id PAA00844; Fri, 3 Apr 1998 15:02:48 +0900 (JST) Message-ID: <19980403150246.58202@papillon.lemis.com> Date: Fri, 3 Apr 1998 15:02:46 +0900 From: Greg Lehey To: Poul-Henning Kamp , Glenn Johnson Cc: freebsd-current@FreeBSD.ORG Subject: Re: error when compiling kernel with SOFTUPDATES References: <199804020237.UAA00748@gforce.bellsouth.net> <2061.891499248@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <2061.891499248@critter.freebsd.dk>; from Poul-Henning Kamp on Thu, Apr 02, 1998 at 08:40:48AM +0200 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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