From owner-cvs-lib Sun Jun 29 10:54:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA10105 for cvs-lib-outgoing; Sun, 29 Jun 1997 10:54:21 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA10098; Sun, 29 Jun 1997 10:54:13 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id KAA12432; Sun, 29 Jun 1997 10:53:41 -0700 (PDT) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/gen stringlist.c In-reply-to: Your message of "Sun, 29 Jun 1997 20:50:38 +1000." <199706291050.UAA31042@godzilla.zeta.org.au> Date: Sun, 29 Jun 1997 10:53:40 -0700 Message-ID: <12428.867606820@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified files: > > lib/libc/gen stringlist.c > > Log: > > _err() -> err(). > > Error! Library functions should not call functions in the user namespace. > stringlist.c depended on NetBSD's implementantion of `_err' as the core > function with the library `err' a weak alias for `err'. Well, it nuked my builds of -current (with "missing symbol __err") so I figured having it outright broken wasn't a good idea either. What do you suggest? Jordan