diff options
Diffstat (limited to 'lib/libc/rpc/getrpcent.c')
-rw-r--r-- | lib/libc/rpc/getrpcent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c index 9e305d2..b20d80d 100644 --- a/lib/libc/rpc/getrpcent.c +++ b/lib/libc/rpc/getrpcent.c @@ -58,6 +58,7 @@ __FBSDID("$FreeBSD$"); #include <rpcsvc/ypclnt.h> #endif #include "un-namespace.h" +#include "libc_private.h" /* * Internet version. @@ -80,7 +81,6 @@ static struct rpcent *interpret(char *val, size_t len); #ifdef YP static int __yp_nomap = 0; -extern int _yp_check(char **); #endif /* YP */ #define RPCDB "/etc/rpc" |