From: Ulrich Drepper Date: Fri, 16 Apr 1999 14:15:53 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_1_1~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afab401e5fafc55d0fa0ae93329dac8e6783cc2d;p=thirdparty%2Fglibc.git Update. 1999-04-16 Thorsten Kukuk * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long. --- diff --git a/ChangeLog b/ChangeLog index 2fad440477f..7a59601e4db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-16 Thorsten Kukuk + + * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long. + 1999-04-16 Ulrich Drepper * nscd/cache.c (prune_cache): Only disable file checking for diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c index 541be6e0da3..2d8e69ea757 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