From: Richard M. Stallman Date: Sun, 29 Aug 1999 19:32:33 +0000 (+0000) Subject: (read_input_waiting): Pass read_socket_hook just 4 args. X-Git-Tag: emacs-pretest-21.0.90~7010 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=599c6c17638b4d1a677caf8328927705e7919139;p=emacs.git (read_input_waiting): Pass read_socket_hook just 4 args. --- diff --git a/src/sysdep.c b/src/sysdep.c index 9668db3c7c6..af84c34a0b9 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -2611,7 +2611,7 @@ read_input_waiting () read_alarm_should_throw = 0; if (! setjmp (read_alarm_throw)) - nread = (*read_socket_hook) (0, buf, 256, 1, 0); + nread = (*read_socket_hook) (0, buf, 256, 1); else nread = -1;