diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 00:41:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 00:41:05 +0000 |
commit | 885198ade72799f3e7c691b542e7a756f19f1b44 (patch) | |
tree | ed4a50421f4d1a1f932963d29ebe21d8240b0877 /devel/libsoup/files | |
parent | ffe92e251362c5bb7422e0516d15ec88f11028b9 (diff) | |
download | ports-885198ade72799f3e7c691b542e7a756f19f1b44.tar.gz ports-885198ade72799f3e7c691b542e7a756f19f1b44.zip |
Notes
Diffstat (limited to 'devel/libsoup/files')
-rw-r--r-- | devel/libsoup/files/patch-libsoup_soup_message.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/libsoup/files/patch-libsoup_soup_message.c b/devel/libsoup/files/patch-libsoup_soup_message.c deleted file mode 100644 index 3d1245dfd746..000000000000 --- a/devel/libsoup/files/patch-libsoup_soup_message.c +++ /dev/null @@ -1,20 +0,0 @@ ---- libsoup/soup-message.c.orig Thu May 8 19:27:40 2003 -+++ libsoup/soup-message.c Thu May 8 19:28:56 2003 -@@ -877,7 +877,7 @@ - - SoupHandlerKind kind; - union { -- guint errorcode; -+ unsigned long errorcode; - SoupErrorClass errorclass; - const gchar *header; - } data; -@@ -892,7 +892,7 @@ - redirect_handler, - NULL, - RESPONSE_HEADER_HANDLER, -- { (guint) "Location" } -+ { (unsigned long) "Location" } - }, - /* - * Handle authorization. |