Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/24/2004 14:52:46
Module Name:	src
Committed By:	lukem
Date:		Sun Oct 24 14:52:46 UTC 2004

Modified Files:
	src/lib/libc/gen: getgrent.c

Log Message:
Protect access to all public functions via a mutex as some of the backends are
not reentrant (such as compat getgr*_r, because it uses the non reentrant
_{dns,nis}_getgrent() backends to implement `+group').


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/lib/libc/gen/getgrent.c

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