From 425838aa4b78c3fa9d43d75d85ebdc15f96f52d7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 14 Feb 2002 09:25:02 +0000 Subject: Update. 2002-02-14 Ulrich Drepper * stdlib/test-a64l.c (tests): Add more test cases. * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t. Reported by Walter Harms . 2002-02-11 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit definitions for struct sigcontext. Suggested by David Mosberger-Tang. --- sunrpc/rtime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sunrpc/rtime.c') diff --git a/sunrpc/rtime.c b/sunrpc/rtime.c index ba3e768b08..536d018c90 100644 --- a/sunrpc/rtime.c +++ b/sunrpc/rtime.c @@ -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; -- cgit v1.2.3