Fix build on Alpha.

Reported by:	bento
This commit is contained in:
Joe Marcus Clarke 2003-05-08 23:30:45 +00:00
parent d97ddfd550
commit 44966ef7fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80479
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,20 @@
--- 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.

View file

@ -0,0 +1,20 @@
--- 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.