mirror of git://sourceware.org/git/glibc.git
Update.
1999-04-16 Thorsten Kukuk <kukuk@suse.de> * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
This commit is contained in:
parent
2456406d72
commit
afab401e5f
|
@ -1,3 +1,7 @@
|
||||||
|
1999-04-16 Thorsten Kukuk <kukuk@suse.de>
|
||||||
|
|
||||||
|
* sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
|
||||||
|
|
||||||
1999-04-16 Ulrich Drepper <drepper@cygnus.com>
|
1999-04-16 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* nscd/cache.c (prune_cache): Only disable file checking for
|
* nscd/cache.c (prune_cache): Only disable file checking for
|
||||||
|
|
|
@ -175,7 +175,7 @@ print_header (const definition * def)
|
||||||
if (inlineflag == 0)
|
if (inlineflag == 0)
|
||||||
return;
|
return;
|
||||||
/*May cause lint to complain. but ... */
|
/*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
|
static void
|
||||||
|
|
Loading…
Reference in New Issue