# HG changeset patch # User Richard M. Stallman # Date 843623663 0 # Node ID a85909645f7aa23a9619b9f959079efe704665cf # Parent bcc66c0b3bff4fcc55f9b6c5ebbae65042f5da01 (w32_read_socket): Delete WAITP arg. diff -r bcc66c0b3bff -r a85909645f7a src/w32term.c --- 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;