FreeBSD src
Go to file
jkh 53ecb0325f 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
bin Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
contrib Use LANG=C, LC_CTYPE=C, LC_TIME=C 1996-11-26 08:58:57 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc Directories for Japanese manpages. Definite 2.2 candidate, as it will be 1996-12-05 10:33:56 +00:00
games Fix minor typo/grammatical error 1996-11-22 22:16:25 +00:00
gnu Added support for '-T' and '-B' (text and binary) file recognition by 1996-12-03 21:56:15 +00:00
include Fix compiler warning: /* inside comment 1996-12-05 14:46:57 +00:00
lib I asked Bill Paul why _getnetbynis() was only being called with 2 parameters, 1996-12-06 00:12:31 +00:00
libexec Truncate the file when opening it with write intent. Otherwise, 1996-11-30 20:59:32 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Don't run routed by default. 1996-12-02 05:01:02 +00:00
sbin Fix math in SIGINFO printer. 1996-12-02 21:42:11 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Swap %X and %Y in %c 1996-12-05 20:33:07 +00:00
sys Add comments to hard-to-follow File descriptor handling code 1996-12-05 22:41:13 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin Fix my error from previous commit with mixing rwhod protocol 1996-12-05 20:19:33 +00:00
usr.sbin Added my 'ddial' patches to user-PPP. The new mode tries it's darndest 1996-12-03 21:38:52 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Use LC_TIME=C instead of LC_TIME= (POSIX) 1996-11-26 03:26:31 +00:00