I sent in patches to two files since the current cvs will not compile on FreeBSD. I will append them here as well. Could someone please commit these to unbreak cvs builds of FBSD? Thanks.
---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<--- --- src/ftp-basic.c.orig Wed Jan 30 21:23:04 2002 +++ src/ftp-basic.c Mon Feb 4 19:19:25 2002 @@ -36,6 +36,7 @@ /* For inet_ntop. */ #ifndef WINDOWS #include <sys/socket.h> +#include <netinet/in.h> #include <arpa/inet.h> #endif --- src/host.h.orig Thu Jan 24 00:45:54 2002 +++ src/host.h Mon Feb 4 19:18:28 2002 @@ -21,6 +21,8 @@ #define HOST_H #include <netdb.h> +#include <netinet/in.h> +#include <sys/socket.h> #undef INET6 ---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<--- -- Alan Eldridge "Dave's not here, man."
