K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-06T00:12:31.000000Z K 7 svn:log V 464 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 END