summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files/patch-modules_http-method.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs/files/patch-modules_http-method.c')
-rw-r--r--devel/gnome-vfs/files/patch-modules_http-method.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-modules_http-method.c b/devel/gnome-vfs/files/patch-modules_http-method.c
new file mode 100644
index 000000000..3e3115ef2
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-modules_http-method.c
@@ -0,0 +1,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;