Mailing List Archive

B73_YAP_virtual_host.txt broke under Solaris
0.6.1 with B73_YAP_virtual_host.txt won't compile under Solaris 2.3;
The routine inet_aton is undefined.

David
Re: B73_YAP_virtual_host.txt broke under Solaris [ In reply to ]
I'll fix this tonight...seems inet_ntoa() was included, but not
inet_aton(). Solaris does have a inet_addr() function, but it
is different from inet_aton(). I'll convert B73 to use inet_addr()
instead. Expect a new patch tomorrow.

Cliff