]> git.pld-linux.org Git - packages/libsoup3.git/blame - libsoup-gsize.patch
- don't mix guint with gsize (fix compilation on 64bit archs)
[packages/libsoup3.git] / libsoup-gsize.patch
CommitLineData
6a449871
AF
1--- libsoup-2.1.2/libsoup/soup-socket.h.wiget 2003-12-12 15:55:43.954279912 +0100
2+++ libsoup-2.1.2/libsoup/soup-socket.h 2003-12-12 15:56:28.503462805 +0100
3@@ -89,8 +89,8 @@
4
5 SoupSocketIOStatus soup_socket_read (SoupSocket *sock,
6 gpointer buffer,
7- guint len,
8- guint *nread);
9+ gsize len,
10+ gsize *nread);
11 SoupSocketIOStatus soup_socket_read_until (SoupSocket *sock,
12 gpointer buffer,
13 guint len,
14@@ -101,8 +101,8 @@
15
16 SoupSocketIOStatus soup_socket_write (SoupSocket *sock,
17 gconstpointer buffer,
18- guint len,
19- guint *nwrote);
20+ gsize len,
21+ gsize *nwrote);
22
23
24 #endif /* SOUP_SOCKET_H */
This page took 0.042592 seconds and 4 git commands to generate.