mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
RDF newsfeeds. This is an attempt to solve both this crash as well as get it building on 64-bot architectures.
22 lines
506 B
C
22 lines
506 B
C
--- src/libsoup/soup-message.c.orig Wed Apr 10 12:33:17 2002
|
|
+++ src/libsoup/soup-message.c Tue Nov 12 02:52:40 2002
|
|
@@ -907,7 +907,7 @@
|
|
|
|
SoupHandlerKind kind;
|
|
union {
|
|
- guint errorcode;
|
|
+ unsigned long errorcode;
|
|
SoupErrorClass errorclass;
|
|
const gchar *header;
|
|
} data;
|
|
@@ -922,8 +922,9 @@
|
|
redirect_handler,
|
|
NULL,
|
|
RESPONSE_HEADER_HANDLER,
|
|
- { (guint) "Location" }
|
|
+ { (unsigned long) "Location" }
|
|
},
|
|
+
|
|
/*
|
|
* Handle authorization.
|
|
*/
|