From f66868bad1c2b1e156840e15a61550fe1a307943 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 25 Sep 1996 08:00:39 +0000 Subject: [PATCH] (XTread_socket): Delete WAITP arg. --- src/xterm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index 64578891a6d..b87f0fdabe8 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3234,11 +3234,10 @@ static struct x_display_info *next_noop_dpyinfo; We return the number of characters stored into the buffer, thus pretending to be `read'. - WAITP is nonzero if we should block until input arrives. EXPECTED is nonzero if the caller knows input is available. */ int -XTread_socket (sd, bufp, numchars, waitp, expected) +XTread_socket (sd, bufp, numchars, expected) register int sd; /* register */ struct input_event *bufp; /* register */ int numchars; -- 2.39.2