From owner-freebsd-current Fri Jan 30 22:13:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23295 for current-outgoing; Fri, 30 Jan 1998 22:13:53 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA23289 for ; Fri, 30 Jan 1998 22:13:49 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xyWBR-0002qH-00; Fri, 30 Jan 1998 23:13:41 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id XAA16978; Fri, 30 Jan 1998 23:13:45 -0700 (MST) Message-Id: <199801310613.XAA16978@harmony.village.org> To: Greg Lehey Subject: Re: make buildworld breakage Cc: current@FreeBSD.ORG In-reply-to: Your message of "Sat, 31 Jan 1998 15:48:53 +1030." <19980131154853.14733@lemis.com> References: <19980131154853.14733@lemis.com> <199801310342.UAA22230@harmony.village.org> <199801310511.WAA06462@harmony.village.org> Date: Fri, 30 Jan 1998 23:13:45 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe current" In message <19980131154853.14733@lemis.com> Greg Lehey writes: : If we have one 3.0 library without lfs_segwait(2), then a library : which uses it should not have the same number. We had this case last : August with some other function (getpid? I forget), and it caused me : lots of problems. I'm sure a number of other -current users will : remember that. Hmmm, just removing the problem functions seems to have solved the problem for me here. I strongly suspect that after the LFS stuff has been removed from the tree nothig remains of these functions. Also to the powers that be: if my fixes are wrong, feel free to come up with right fixes for this problem. I just hacked it so make world would work for me :-) Warner