summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-01-06 18:45:58 +0000
committernectar <nectar@FreeBSD.org>2004-01-06 18:45:58 +0000
commit9f90d0406065aa8a4783b2df303cb87010bad5e1 (patch)
tree8df62d831dcf8fd7a4b7b20306c5027367ba832a /lib/libc
parentcdff4028d6f5e91b9005820bd2cedda7d360fa4d (diff)
downloadFreeBSD-src-9f90d0406065aa8a4783b2df303cb87010bad5e1.zip
FreeBSD-src-9f90d0406065aa8a4783b2df303cb87010bad5e1.tar.gz
Add missing declaration.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/rpc/auth_time.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/rpc/auth_time.c b/lib/libc/rpc/auth_time.c
index c35bde8..0bebea6 100644
--- a/lib/libc/rpc/auth_time.c
+++ b/lib/libc/rpc/auth_time.c
@@ -49,6 +49,8 @@ __FBSDID("$FreeBSD$");
#include <rpcsvc/nis.h>
#include "un-namespace.h"
+extern int _rpc_dtablesize( void );
+
#ifdef TESTING
#define msg(x) printf("ERROR: %s\n", x)
/* #define msg(x) syslog(LOG_ERR, "%s", x) */
OpenPOWER on IntegriCloud