After a CVS update and a clean build, I can't compile network_io on either of my boxes (FreeBSD 4.0 and 4.1). I know there's been quite a bit of churn in sockaddr.c. :)
gcc -g -O2 -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_REENTRANT -D_THREAD_SAFE -c -I../../include -I../../include/arch/unix -I../../include/arch/unix sockaddr.c In file included from sockaddr.c:79: ../unix/sa_common.c: In function `apr_get_ipaddr': ../unix/sa_common.c:122: warning: dereferencing `void *' pointer ../unix/sa_common.c:122: request for member `__u6_addr' in something not a structure or union ../unix/sa_common.c:122: warning: dereferencing `void *' pointer ../unix/sa_common.c:122: request for member `__u6_addr' in something not a structure or union ../unix/sa_common.c:122: warning: dereferencing `void *' pointer ../unix/sa_common.c:122: request for member `__u6_addr' in something not a structure or union gmake[3]: *** [sockaddr.o] Error 1
