diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-16 14:15:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-16 14:15:53 +0000 |
commit | afab401e5fafc55d0fa0ae93329dac8e6783cc2d (patch) | |
tree | def6e5b86e2f03affe368eb77371d71fc6c58528 /sunrpc/rpc_cout.c | |
parent | 2456406d72d9a02b97bcea7622dee93a031b97f5 (diff) | |
download | glibc-afab401e5fafc55d0fa0ae93329dac8e6783cc2d.tar.gz |
Update.
1999-04-16 Thorsten Kukuk <kukuk@suse.de>
* sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
Diffstat (limited to 'sunrpc/rpc_cout.c')
-rw-r--r-- | sunrpc/rpc_cout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c index 541be6e0da..2d8e69ea75 100644 --- a/sunrpc/rpc_cout.c +++ b/sunrpc/rpc_cout.c @@ -175,7 +175,7 @@ print_header (const definition * def) if (inlineflag == 0) return; /*May cause lint to complain. but ... */ - f_print (fout, "\t register long *buf;\n\n"); + f_print (fout, "\t register int32_t *buf;\n\n"); } static void |