freebsd_amp_hwpstate/lib/libc/net
Jordan K. Hubbard 380577b434 I asked Bill Paul why _getnetbynis() was only being called with 2 parameters,
and he said:

	The 3rd agrument is new; looks like it was part of the upgrade to
	a new BIND with some IPv6 support. The third argument here should be
	AF_INET. In order for it to be anything else, I'd have to add new
	NIS functions to support IPv6 lookups. I don't even know what those
	look like yet.

So there ya go, add AF_INET as the 3rd argument to the call.

Submitted-by: wpaul
1996-12-06 00:12:31 +00:00
..
Makefile.inc Doc updates and cleanups made with the bind-4.9.4 update some time ago. 1996-11-01 06:29:00 +00:00
addr2ascii.3
addr2ascii.c
ascii2addr.c
byteorder.3
ether_addr.c Remove more instances of passing arrays by address when they should 1996-12-05 18:46:19 +00:00
ethers.3
gethostbydns.c Add an "officially undocumented" tweak for squid so that it can see the 1996-11-01 06:25:43 +00:00
gethostbyht.c
gethostbyname.3 Doc updates and cleanups made with the bind-4.9.4 update some time ago. 1996-11-01 06:29:00 +00:00
gethostbynis.c
gethostnamadr.c
getnetbydns.c
getnetbyht.c
getnetbynis.c I asked Bill Paul why _getnetbynis() was only being called with 2 parameters, 1996-12-06 00:12:31 +00:00
getnetent.3 Doc updates and cleanups made with the bind-4.9.4 update some time ago. 1996-11-01 06:29:00 +00:00
getnetnamadr.c
getproto.c
getprotoent.3
getprotoent.c
getprotoname.c
getservbyname.c
getservbyport.c
getservent.3
getservent.c Eliminate 3 more examples of gratutiously passing arrays by address. 1996-12-05 18:41:35 +00:00
herror.c
inet.3
inet_addr.c
inet_lnaof.c
inet_makeaddr.c
inet_netof.c
inet_network.c
inet_ntoa.c
inet_ntop.c
inet_pton.c
iso_addr.3
iso_addr.c
linkaddr.3
linkaddr.c
map_v4v6.c
ns.3
ns_addr.c
ns_ntoa.c
nsap_addr.c
rcmd.3
rcmd.c
recv.c
res_comp.c Sigh, back out the last bright idea I had here about compiling the res_* 1996-08-30 21:13:42 +00:00
res_config.h Sigh, back out the last bright idea I had here about compiling the res_* 1996-08-30 21:13:42 +00:00
res_data.c Sigh, back out the last bright idea I had here about compiling the res_* 1996-08-30 21:13:42 +00:00
res_debug.c Sigh, back out the last bright idea I had here about compiling the res_* 1996-08-30 21:13:42 +00:00
res_init.c Sigh, back out the last bright idea I had here about compiling the res_* 1996-08-30 21:13:42 +00:00
res_mkquery.c Sigh, back out the last bright idea I had here about compiling the res_* 1996-08-30 21:13:42 +00:00
res_query.c Sigh, back out the last bright idea I had here about compiling the res_* 1996-08-30 21:13:42 +00:00
res_send.c Sigh, back out the last bright idea I had here about compiling the res_* 1996-08-30 21:13:42 +00:00
resolver.3 Doc updates and cleanups made with the bind-4.9.4 update some time ago. 1996-11-01 06:29:00 +00:00
send.c