diff options
Diffstat (limited to 'net/soup/patches/patch-ac')
-rw-r--r-- | net/soup/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/soup/patches/patch-ac b/net/soup/patches/patch-ac deleted file mode 100644 index a0fdab4e4a7..00000000000 --- a/net/soup/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2003/03/12 01:54:00 dmcmahill Exp $ - -guint isn't big enough for a pointer on LP64 systems... - ---- src/libsoup/soup-message.c.orig Mon Dec 2 11:03:15 2002 -+++ src/libsoup/soup-message.c Sun Mar 2 15:34:32 2003 -@@ -1008,5 +1008,5 @@ - NULL, - RESPONSE_HEADER_HANDLER, -- { (guint) "Location" } -+ { .header = "Location" } - }, - /* |