Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/lib/libc/net



Module Name:    src
Committed By:   snj
Date:           Sat Sep 23 23:11:27 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #179):
        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.33 -r1.33.2.1 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.




Home | Main Index | Thread Index | Old Index