On Fri, Feb 15, 2002 at 10:24:30PM +0100, Thomas Lussnig wrote:
>Alan Eldridge wrote:
>
>>Help me to understand this. I've posted at least six messages, several
>>including patches, and .... *silence*. The CVS tree has been broken for
>>at least 2 weeks now, maybe longer. Why is this issue being ignored?
>>
>Hi,
>im the guy who send the IPv6 patch. And i also forward your mail to the 
>maintainer.
>But got no response :-(
>I'm sorry that there is missing header on BSD. Buti thougt that i don't 
>make it borken without
>IPv6 support. I make now an cvs update an see that over an week or so 
>there was no change.
>Maybe the maintainer is in hollyday ?

Here's the patch:

---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<---
Index: src/ftp-basic.c
===================================================================
RCS file: /pack/anoncvs/wget/src/ftp-basic.c,v
retrieving revision 1.17
diff -u -3 -r1.17 ftp-basic.c
--- src/ftp-basic.c     2002/01/31 02:23:04     1.17
+++ src/ftp-basic.c     2002/02/14 07:49:19
@@ -36,6 +36,7 @@
 /* For inet_ntop. */
 #ifndef WINDOWS
 #include <sys/socket.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #endif
 
Index: src/host.h
===================================================================
RCS file: /pack/anoncvs/wget/src/host.h,v
retrieving revision 1.9
diff -u -3 -r1.9 host.h
--- src/host.h  2002/01/24 05:45:54     1.9
+++ src/host.h  2002/02/14 07:49:21
@@ -21,6 +21,10 @@
 #define HOST_H
 
 #include <netdb.h>
+#ifndef WINDOWS
+#include <netinet/in.h>
+#include <sys/socket.h>
+#endif 
 
 #undef INET6
 
---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<---


-- 
Alan Eldridge
"Dave's not here, man."

Reply via email to