Author: Justin
Date: 12-03-04 12:38
Figured it out. I guess apparently, I had installed the dns/bind8 port a few weeks ago with the PORT_REPLACES_BASE_BIND8=yes make option. The /usr/include/netdb.h file that this port uses to overwrite the default freebsd netdb.h doesn't properly set the __h_errno variable. To fix this, I had to copy /usr/src/include/netdb.h back over the /usr/include/netdb.h. After that, everything compiled successfully again.
|
|