summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files/patch-modules_http-method.c
blob: 3e3115ef296c918c295bf6d631e7743402d83b49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- modules/http-method.c.orig  Mon Aug 11 12:17:18 2003
+++ modules/http-method.c   Mon Aug 11 12:19:48 2003
@@ -198,8 +198,12 @@
 #ifdef ENABLE_IPV6
    struct in6_addr addr6;
    struct in6_addr mask6;
+#ifdef __FreeBSD__
+#define s6_addr32 __u6_addr.__u6_addr32
+#endif
 #endif
 } ProxyHostAddr;
+
 
 typedef struct {
    GnomeVFSSocketBuffer *socket_buffer;