mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Update.
* sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes.
This commit is contained in:
parent
728c24ff87
commit
12f942cdac
@ -1,5 +1,7 @@
|
||||
2000-12-28 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes.
|
||||
|
||||
* elf/dl-minimal.c: Add prototypes.
|
||||
|
||||
* include/locale.h: Add internal prototypes.
|
||||
|
@ -32,6 +32,7 @@ static char sccsid[] = "@(#)rpc_dtablesize.c 1.2 87/08/11 Copyr 1987 Sun Micro";
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
#include <rpc/clnt.h>
|
||||
|
||||
/*
|
||||
* Cache the result of getdtablesize(), so we don't have to do an
|
||||
|
Loading…
Reference in New Issue
Block a user