]> git.pld-linux.org Git - packages/libsoup3.git/commitdiff
- don't mix guint with gsize (fix compilation on 64bit archs)
authorArtur Frysiak <artur@frysiak.net>
Fri, 12 Dec 2003 14:58:26 +0000 (14:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsoup-gsize.patch -> 1.1

libsoup-gsize.patch [new file with mode: 0644]

diff --git a/libsoup-gsize.patch b/libsoup-gsize.patch
new file mode 100644 (file)
index 0000000..a31d570
--- /dev/null
@@ -0,0 +1,24 @@
+--- libsoup-2.1.2/libsoup/soup-socket.h.wiget  2003-12-12 15:55:43.954279912 +0100
++++ libsoup-2.1.2/libsoup/soup-socket.h        2003-12-12 15:56:28.503462805 +0100
+@@ -89,8 +89,8 @@
+ SoupSocketIOStatus  soup_socket_read       (SoupSocket         *sock,
+                                           gpointer            buffer,
+-                                          guint               len,
+-                                          guint              *nread);
++                                          gsize               len,
++                                          gsize              *nread);
+ SoupSocketIOStatus  soup_socket_read_until (SoupSocket         *sock,
+                                           gpointer            buffer,
+                                           guint               len,
+@@ -101,8 +101,8 @@
+ SoupSocketIOStatus  soup_socket_write      (SoupSocket         *sock,
+                                           gconstpointer       buffer,
+-                                          guint               len,
+-                                          guint              *nwrote);
++                                          gsize               len,
++                                          gsize              *nwrote);
+ #endif /* SOUP_SOCKET_H */
This page took 2.57605 seconds and 4 git commands to generate.