mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
(rtime): Change type of thetime to uint32_t.
This commit is contained in:
parent
9ddf9a6b84
commit
89c411dffe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user