Mercurial > emacs
changeset 16326:a85909645f7a
(w32_read_socket): Delete WAITP arg.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 25 Sep 1996 03:54:23 +0000 |
parents | bcc66c0b3bff |
children | 2239440f2f00 |
files | src/w32term.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Wed Sep 25 03:52:58 1996 +0000 +++ b/src/w32term.c Wed Sep 25 03:54:23 1996 +0000 @@ -2347,7 +2347,6 @@ 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. Some of these messages are reposted back to the message queue since the @@ -2360,11 +2359,10 @@ */ int -w32_read_socket (sd, bufp, numchars, waitp, expected) +w32_read_socket (sd, bufp, numchars, expected) register int sd; register struct input_event *bufp; register int numchars; - int waitp; int expected; { int count = 0;