From owner-cvs-all Tue Mar 20 18:34:12 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 7B12837B722; Tue, 20 Mar 2001 18:34:07 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from mobile.wemm.org (mobile.wemm.org [10.0.0.5]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f2L2Xxp86886; Tue, 20 Mar 2001 18:34:03 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f2L2Xth52967; Tue, 20 Mar 2001 18:33:55 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200103210233.f2L2Xth52967@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/rpc.statd file.c In-Reply-To: <200103200136.f2K1ag144601@freefall.freebsd.org> Date: Tue, 20 Mar 2001 18:33:55 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > alfred 2001/03/19 17:36:42 PST > > Modified files: > usr.sbin/rpc.statd file.c > Log: > Included in the updated version of tirpc's sm_inter.x Sun added the > SM_NOTIFY procedure. > > Remove our hand-coded one as it was causing world breakage for > worlds compiled with NOSHARED=yes because the static linker is a > bit less forgiving (or not as broken as) our dynamic linker. Not broken... The symbol namespaces for dynamic linking are a hierarchy, unlike in static linking. It's simply different semantics. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message