2013-09-26 17:14:40 +02:00

19 lines
446 B
Plaintext

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