801b6affe0
updated to gnet-2.0.0.
18 lines
446 B
Text
18 lines
446 B
Text
$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 */
|