(rtime): Change type of thetime to uint32_t.

This commit is contained in:
Ulrich Drepper 2002-02-14 09:05:27 +00:00
parent 9ddf9a6b84
commit 89c411dffe

View File

@ -77,7 +77,8 @@ rtime (struct sockaddr_in *addrp, struct rpc_timeval *timep,
struct pollfd fd;
int milliseconds;
int res;
unsigned long thetime;
/* RFC 868 says the time is transmitted as a 32-bit value. */
uint32_t thetime;
struct sockaddr_in from;
int fromlen;
int type;