[Commit] nickle io.c,1.10,1.11

Keith Packard commit at keithp.com
Mon Oct 13 12:43:54 PDT 2003


Committed by: keithp

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv8178

Modified Files:
	io.c 
Log Message:
Poll for read blocked (pipes busted on Linux)

Index: io.c
===================================================================
RCS file: /local/src/CVS/nickle/io.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- io.c	23 Apr 2003 03:11:28 -0000	1.10
+++ io.c	13 Oct 2003 18:43:52 -0000	1.11
@@ -137,7 +137,7 @@
 void
 IoNoticeReadBlocked (void)
 {
-/*    IoSetupTimeout (); */
+    IoSetupTimeout ();
 }
 
 void




More information about the Commit mailing list