Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/28/2005 02:56:28
Module Name:	src
Committed By:	lukem
Date:		Mon Feb 28 02:56:28 UTC 2005

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

Log Message:
Overhaul the use of nsdispatch(3) by public APIs so that the back-end
methods use va_list in a manner that is directly related to the public API.

This makes it much easier to write dynamic nsswitch backends for the
getusershell(3) (et al) functions.

Per my proposal on tech-userlevel in September 2004.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/lib/libc/gen/getusershell.c

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