]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/rpc_dtablesize.c
Libinfo-392.tar.gz
[apple/libinfo.git] / rpc.subproj / rpc_dtablesize.c
index bfdd00bebb9ad17687450ae57ab3ef0ae4e186b6..39a313a52c9b1eef4f58f77dc6f0d3c43e920a23 100644 (file)
 #if defined(LIBC_SCCS) && !defined(lint)
 /*static char *sccsid = "from: @(#)rpc_dtablesize.c 1.2 87/08/11 Copyr 1987 Sun Micro";*/
 /*static char *sccsid = "from: @(#)rpc_dtablesize.c    2.1 88/07/29 4.0 RPCSRC";*/
-static char *rcsid = "$Id: rpc_dtablesize.c,v 1.2 1999/10/14 21:56:54 wsanchez Exp $";
+static char *rcsid = "$Id: rpc_dtablesize.c,v 1.3 2002/02/19 20:36:24 epeyton Exp $";
 #endif
 
+#include <unistd.h>
 #include <sys/types.h>
 
 /*
  * Cache the result of getdtablesize(), so we don't have to do an
  * expensive system call every time.
  */
+int
 _rpc_dtablesize()
 {
        static int size;