Hello all, I'm using wget on FreeBSD 4.4.
Today I updated wget sources from cvs and tried to compile them and I got the following: gcc -I. -I. -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/home/alexis/etc/wgetrc\" -DLOCALEDIR=\"/usr/home/alexis/share/locale\" -O2 -Wall -Wno-implicit -c ftp.c In file included from ftp.h:26, from ftp.c:42: host.h:34: field `sa' has incomplete type host.h:35: field `sin' has incomplete type Alexey