Subject: CVS commit: [netbsd-3] src/lib/libc/net
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 10/06/2006 19:37:38
Module Name:	src
Committed By:	ghen
Date:		Fri Oct  6 19:37:38 UTC 2006

Modified Files:
	src/lib/libc/net [netbsd-3]: getnetnamadr.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1522):
	lib/libc/net/getnetnamadr.c: revision 1.34
Change type of `net' variable passed via va_list in
_{files,dns,yp}_getenetbyaddr() functions from unsigned long to uint32_t.
In rev 1.29, getnetbyaddr(3) was changed to take uint32_t `net' argument
and also passisng uint32_t `net' to nsdispatch(3) varargs, but
these callback functions were not changed accordingly.
Patch was provided by christos, and this fixes amd(8) coredumps on alpha
when /etc/nsswitch.conf has more than one sources for netgroups.


To generate a diff of this commit:
cvs rdiff -r1.31.2.1 -r1.31.2.2 src/lib/libc/net/getnetnamadr.c

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