summaryrefslogtreecommitdiff
path: root/net/gnet1/patches/patch-ab
blob: 11c043c81c81fef04f3b9408e782d015417917f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.1.1.1 2003/04/15 11:49:02 wiz Exp $

--- examples/echoserver.c.orig	Thu Sep 26 13:58:59 2002
+++ examples/echoserver.c	Wed Feb 12 10:00:59 2003
@@ -319,5 +319,5 @@
     {
       GIOError error;
-      guint bytes_read;
+      gsize bytes_read;
 
       /* Read the data into our buffer */
@@ -369,5 +369,5 @@
    {
      GIOError error;
-     guint bytes_written;
+     gsize bytes_written;
 
      /* Write the data out */