Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/04/2004 04:02:28
Module Name:	src
Committed By:	lukem
Date:		Mon Oct  4 04:02:28 UTC 2004

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

Log Message:
* Re-number NS_FORCEALL from 1<<7 to 1<<8, moving it out of the "public"
  bitrange for nsdispatch(3) return values.
* Tweak documentation comments in nsswitch.h
* Ensure the result from the back-end method is masked with
  NS_STATUSMASK before nsdispatch(3) returns it.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/include/nsswitch.h
cvs rdiff -r1.26 -r1.27 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.