pkgsrc/net/gnet1/patches/patch-ac
2003-04-15 11:49:01 +00:00

25 lines
661 B
Text

$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 */