From owner-cvs-all Wed Aug 29 6:52:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C262537B406; Wed, 29 Aug 2001 06:52:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7TDqRc22213; Wed, 29 Aug 2001 06:52:27 -0700 (PDT) (envelope-from bde) Message-Id: <200108291352.f7TDqRc22213@freefall.freebsd.org> From: Bruce Evans Date: Wed, 29 Aug 2001 06:52:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen err.c initgroups.c src/lib/libc/include namespace.h un-namespace.h src/lib/libc/rpc svc_run.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/08/29 06:52:27 PDT Modified files: lib/libc/gen err.c initgroups.c lib/libc/include namespace.h un-namespace.h lib/libc/rpc svc_run.c Log: Fixed namespace pollution related to `warn' in libc (but not in other libraries or for other members of the err() family). This fixes world breakage in bc and rcs/* for NOSHARED worlds. Revision Changes Path 1.7 +6 -2 src/lib/libc/gen/err.c 1.4 +8 -1 src/lib/libc/gen/initgroups.c 1.5 +11 -1 src/lib/libc/include/namespace.h 1.4 +3 -1 src/lib/libc/include/un-namespace.h 1.14 +2 -2 src/lib/libc/rpc/svc_run.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message