K 10 svn:author V 4 will K 8 svn:date V 27 2000-06-29T20:35:30.000000Z K 7 svn:log V 266 Add a patch that will hopefully prevent possible buffer overflow with gethostbyname(); it uses a 25-character buffer which is insufficient for some localhost domains; increase to 255 (plus terminating character), which is XNS5 recommendation. Obtained from: NetBSD END