diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-06 18:45:58 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-06 18:45:58 +0000 |
| commit | a587d2f78f17ffab7b30f56658cceca6c36aa67f (patch) | |
| tree | 8df62d831dcf8fd7a4b7b20306c5027367ba832a | |
| parent | e602b918dbfe01d75c939cc41eaabff57232474c (diff) | |
Notes
| -rw-r--r-- | lib/libc/rpc/auth_time.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/rpc/auth_time.c b/lib/libc/rpc/auth_time.c index c35bde86a2b8..0bebea612792 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) */ |
