From bc5fa9c946a23b505aab537b558f2f0506bca590 Mon Sep 17 00:00:00 2001 From: Felix von Leitner Date: Mon, 19 Mar 2012 02:38:52 +0000 Subject: [PATCH] fix endless loop bug on freebsd --- io/io_eagain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/io/io_eagain.c b/io/io_eagain.c index 301f10e..f4da953 100644 --- a/io/io_eagain.c +++ b/io/io_eagain.c @@ -15,6 +15,5 @@ void io_eagain(int64 d) { alt_firstwrite=e->next_write; } #endif - e->next_read=-1; } }