Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/18/1999 23:55:17
Module Name:	src
Committed By:	lukem
Date:		Tue Jan 19 07:55:16 UTC 1999

Modified Files:
	src/include: nsswitch.h
Log Message:
* support extra two arguments to nsdispatch():
const char *method		/* method name for dynamic linking */
const ns_src defaults[]		/* list of defaults */
* bring ns_src into the public arena for above
* make NS_xxx_CB() expand to nothing instead of { src, NULL } - makes
the tables smaller
* convert 'typedef struct xyz { ... } xyz' -> 'typedef struct { ... } xyz'
(which is how it used to be before i experimented with (and ditched) TAILQs)