aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 360e42ba108..28ab676c69c 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -331,8 +331,12 @@ discard_tty_input ()
331 the terminal. */ 331 the terminal. */
332 332
333void 333void
334#ifdef PROTOTYPES
335stuff_char (char c)
336#else
334stuff_char (c) 337stuff_char (c)
335 char c; 338 char c;
339#endif
336{ 340{
337 if (read_socket_hook) 341 if (read_socket_hook)
338 return; 342 return;