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