mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
26 lines
661 B
Plaintext
26 lines
661 B
Plaintext
$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 */
|