projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Wed Feb 14 00:21:17 1996 David Mosberger-Tang <davidm@azstarnet.com>
[kopensolaris-gnu/glibc.git]
/
sunrpc
/
clnt_tcp.c
diff --git
a/sunrpc/clnt_tcp.c
b/sunrpc/clnt_tcp.c
index
2222bc6
..
f6b28b3
100644
(file)
--- a/
sunrpc/clnt_tcp.c
+++ b/
sunrpc/clnt_tcp.c
@@
-233,7
+233,7
@@
clnttcp_call(h, proc, xdr_args, args_ptr, xdr_results, results_ptr, timeout)
register XDR *xdrs = &(ct->ct_xdrs);
struct rpc_msg reply_msg;
u_long x_id;
- u_
long *msg_x_id = (u_long *)(ct->ct_mcall);
/* yuk */
+ u_
int32_t *msg_x_id = (u_int32_t *)(ct->ct_mcall);
/* yuk */
register bool_t shipnow;
int refreshes = 2;