Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes.
  • Loading branch information
Andreas Jaeger committed Dec 28, 2000
1 parent 728c24f commit 12f942c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions sunrpc/rpc_dtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12f942c

Please sign in to comment.