mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
12 lines
281 B
C
12 lines
281 B
C
--- 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)
|
|
/*.......................................................................
|