diff options
Diffstat (limited to 'nis')
-rw-r--r-- | nis/ypclnt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nis/ypclnt.c b/nis/ypclnt.c index d503434127..6644118ac8 100644 --- a/nis/ypclnt.c +++ b/nis/ypclnt.c @@ -42,7 +42,6 @@ static char __ypdomainname[MAXHOSTNAMELEN + 1] = "\0"; __libc_lock_define_initialized (static, ypbindlist_lock) static dom_binding *__ypbindlist = NULL; -extern void xdr_free (xdrproc_t proc, char *objp); static int __yp_bind (const char *domain, dom_binding ** ypdb) |