aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1999-08-29 19:32:33 +0000
committerRichard M. Stallman <[email protected]>1999-08-29 19:32:33 +0000
commit599c6c17638b4d1a677caf8328927705e7919139 (patch)
tree44008ddf69beb5f1246e86ea3e95fb5ec3d95f8a /src/sysdep.c
parent4852ed0e721d02790ec7864aeee85f6d5a28d03d (diff)
(read_input_waiting): Pass read_socket_hook just 4 args.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 9668db3c7c..af84c34a0b 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;