On Mon, 2003-10-20 at 13:46, Perrymon, Josh L. wrote: > Anyone got this to compile on FreeBSD 4.8? > > I get the following > > > In file included from ms043DOS.c:39: > /usr/include/arpa/inet.h:89: warning: parameter has incomplete type > /usr/include/arpa/inet.h:92: warning: parameter has incomplete type > /usr/include/arpa/inet.h:96: warning: parameter has incomplete type > ms043DOS.c: In function `main': > ms043DOS.c:84: storage size of `addr' isn't known My guess is you are missing: #include <netinet/in.h> Add that and the error should go away. Cheers, Frank
Attachment:
signature.asc
Description: This is a digitally signed message part