From owner-cvs-all Fri Mar 23 22:50:38 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 8E6FA37B719; Fri, 23 Mar 2001 22:50:27 -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 f2O6oRp04894; Fri, 23 Mar 2001 22:50:27 -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 f2O6oRh91972; Fri, 23 Mar 2001 22:50:27 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200103240650.f2O6oRh91972@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_xxx.c src/sys/sys utsname.h src/lib/libc/gen Makefile.inc __xuname.c uname.c In-Reply-To: <200103240440.f2O4en383425@freefall.freebsd.org> Date: Fri, 23 Mar 2001 22:50:27 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Wemm wrote: > peter 2001/03/23 20:40:49 PST > > Modified files: > sys/kern kern_xxx.c > sys/sys utsname.h > lib/libc/gen Makefile.inc __xuname.c uname.c > Log: > This is kind of a hack, but it should work. Currently, world is broken > because libc/rpc/key_call.c references uname(), and ps/print.c also > defines uname(), and ps is linked statically. This leads to a symbol > clash. Actually no, this wasn't quite true. libc was calling the uname() from print.c, which would have had less than spectacular results if (for example) it was run on a machine with NIS/YP active for looking up usernames. 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