From owner-cvs-bin Mon Sep 1 09:16:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA05985 for cvs-bin-outgoing; Mon, 1 Sep 1997 09:16:43 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA05960; Mon, 1 Sep 1997 09:16:11 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id AAA05880; Tue, 2 Sep 1997 00:15:08 +0800 (WST) (envelope-from peter@spinner.dialix.com.au) Message-Id: <199709011615.AAA05880@spinner.dialix.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Warner Losh cc: S ren Schmidt , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: Re: cvs commit: src/bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c extern.h file_subs.c ftree.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c In-reply-to: Your message of "Fri, 29 Aug 1997 10:30:05 CST." Date: Tue, 02 Sep 1997 00:15:07 +0800 From: Peter Wemm Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Warner Losh wrote: > In message <199708291612.JAA10746@freefall.freebsd.org> S ren Schmidt writes: > : Dont have an internal function named "warn" it clashes with libc.. > : Needed for ELF. > > Are you sure that changing every program that has a warn function is > the way to go? Shouldn't warn be a weak symbol and we have a _warn > that isn't weak that we call from inside of libc to prevent name space > polution? If weak symbols were completely implemented in the a.out ld.so, it might be ideal. :-) > Warner > Cheers, -Peter