Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 01/26/2006 12:37:11
Module Name:	src
Committed By:	kleink
Date:		Thu Jan 26 12:37:11 UTC 2006

Modified Files:
	src/lib/libc/include: namespace.h
	src/lib/libc/rpc: mt_misc.c

Log Message:
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.109 -r1.110 src/lib/libc/include/namespace.h
cvs rdiff -r1.4 -r1.5 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.