Subject: CVS commit: [netbsd-3] src/lib/libc
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 01/28/2006 10:23:01
Module Name:	src
Committed By:	tron
Date:		Sat Jan 28 10:23:01 UTC 2006

Modified Files:
	src/lib/libc/include [netbsd-3]: namespace.h
	src/lib/libc/rpc [netbsd-3]: mt_misc.c

Log Message:
Pull up following revision(s) (requested by kleink in ticket #1142):
	lib/libc/rpc/mt_misc.c: revision 1.5
	lib/libc/include/namespace.h: revision 1.110
Need to give the various rpc locks private names (prefixing them with
__rpc_).  Rather than scattering changes around the 3rd-party RPC
code, place them in namespace.h.


To generate a diff of this commit:
cvs rdiff -r1.98.2.1 -r1.98.2.2 src/lib/libc/include/namespace.h
cvs rdiff -r1.4 -r1.4.2.1 src/lib/libc/rpc/mt_misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.