Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/29/2004 02:47:33
Module Name:	src
Committed By:	lukem
Date:		Wed Sep 29 02:47:33 UTC 2004

Modified Files:
	src/include: nsswitch.h
	src/lib/libc/net: nsdispatch.3 nsdispatch.c

Log Message:
Implement NS_FORCEALL, which may be set in defaults[0].flags by a caller of
nsdispatch(3) to indicate that all available database methods for a source
will be invoked.  This is useful for functions such as endgrent(3).


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/include/nsswitch.h
cvs rdiff -r1.20 -r1.21 src/lib/libc/net/nsdispatch.3
cvs rdiff -r1.25 -r1.26 src/lib/libc/net/nsdispatch.c

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