From 9270f939c654f2682299b99c4ff50d9ebefc63cc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 29 Jan 1999 12:59:08 +0000 Subject: Update. * sunrpc/clnt_tcp.c (clnttcp_call): Resolve 32-64 comparison conflict for 64 bit platforms. Patch by trott@rottmann.hi.shuttle.de. * sysdeps/i386/Versions: Exports functions from libgcc since this --- sunrpc/clnt_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sunrpc') diff --git a/sunrpc/clnt_tcp.c b/sunrpc/clnt_tcp.c index abb2849..8fc312b 100644 --- a/sunrpc/clnt_tcp.c +++ b/sunrpc/clnt_tcp.c @@ -300,7 +300,7 @@ call_again: continue; return ct->ct_error.re_status; } - if (reply_msg.rm_xid == x_id) + if ((u_int32_t) reply_msg.rm_xid == x_id) break; } -- cgit v1.1