blob: ce184e392ef474f19559ccbc5790d80b5d9d5a0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- getline.c.orig 2013-09-12 07:04:00 UTC
+++ getline.c
@@ -9062,8 +9062,8 @@ static int gl_event_handler(GetLine *gl, int fd)
return 1;
};
return 0;
-}
#endif
+}
#if defined(HAVE_SELECT)
/*.......................................................................
|