aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 1 insertions, 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;
3234 We return the number of characters stored into the buffer, 3234 We return the number of characters stored into the buffer,
3235 thus pretending to be `read'. 3235 thus pretending to be `read'.
3236 3236
3237 WAITP is nonzero if we should block until input arrives.
3238 EXPECTED is nonzero if the caller knows input is available. */ 3237 EXPECTED is nonzero if the caller knows input is available. */
3239 3238
3240int 3239int
3241XTread_socket (sd, bufp, numchars, waitp, expected) 3240XTread_socket (sd, bufp, numchars, expected)
3242 register int sd; 3241 register int sd;
3243 /* register */ struct input_event *bufp; 3242 /* register */ struct input_event *bufp;
3244 /* register */ int numchars; 3243 /* register */ int numchars;