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:46:23
Module Name:	src
Committed By:	lukem
Date:		Sun Oct 24 14:46:23 UTC 2004

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

Log Message:
Protect access to all public functions via a mutex as some of the backends are
not reentrant (such as compat, because it uses the non reentrant getnetgrent(3)
to implement `+@netgrp' & `-@netgrp').


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/lib/libc/gen/getpwent.c

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