summaryrefslogtreecommitdiff
path: root/net/gnet1/patches/patch-ac
blob: 15a7128895761b399dc40b73da124fe6260c34f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-ac,v 1.1.1.1 2003/04/15 11:49:02 wiz Exp $

--- examples/echoclient.c.orig	Thu Sep 26 13:58:59 2002
+++ examples/echoclient.c	Wed Feb 12 10:03:38 2003
@@ -278,5 +278,5 @@
       GIOError error;
       gchar buffer[1024];
-      guint bytes_read;
+      gsize bytes_read;
 
       /* Read the data into our buffer */
@@ -332,5 +332,5 @@
       GIOError error;
       gchar buffer[1024];
-      guint bytes_read;
+      gsize bytes_read;
 
       /* Read the data into our buffer */
@@ -451,5 +451,5 @@
       GIOError error;
       gchar buffer[1024];
-      guint bytes_read;
+      gsize bytes_read;
 
       /* Read the data into our buffer */