]> git.pld-linux.org Git - packages/libsoup.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:54 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsoup-gsize.patch -> 1.3

libsoup-gsize.patch [deleted file]

diff --git a/libsoup-gsize.patch b/libsoup-gsize.patch
deleted file mode 100644 (file)
index 120cbdb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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 16:13:35.175339423 +0100
-@@ -89,20 +89,20 @@
- 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,
-                                           gconstpointer       boundary,
--                                          guint               boundary_len,
--                                          guint              *nread,
-+                                          gsize               boundary_len,
-+                                          gsize              *nread,
-                                           gboolean           *got_boundary);
- SoupSocketIOStatus  soup_socket_write      (SoupSocket         *sock,
-                                           gconstpointer       buffer,
--                                          guint               len,
--                                          guint              *nwrote);
-+                                          gsize               len,
-+                                          gsize              *nwrote);
- #endif /* SOUP_SOCKET_H */
This page took 0.05807 seconds and 4 git commands to generate.