summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/auth_des.c
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2006-02-27 22:10:59 +0000
committerdeischen <deischen@FreeBSD.org>2006-02-27 22:10:59 +0000
commit97af57388060392fb35871f19f1206393d0f76bd (patch)
tree61ac8090008b10d8e34bd08d89b00f5fc6574e20 /lib/libc/rpc/auth_des.c
parent2a2559a103e853552bf162079b75f0af0f21e574 (diff)
downloadFreeBSD-src-97af57388060392fb35871f19f1206393d0f76bd.zip
FreeBSD-src-97af57388060392fb35871f19f1206393d0f76bd.tar.gz
Staticize a couple of functions.
Remove a few unused locks. Remove locks from application namespace.
Diffstat (limited to 'lib/libc/rpc/auth_des.c')
-rw-r--r--lib/libc/rpc/auth_des.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/auth_des.c b/lib/libc/rpc/auth_des.c
index b4b7d54..8f363e9 100644
--- a/lib/libc/rpc/auth_des.c
+++ b/lib/libc/rpc/auth_des.c
@@ -52,6 +52,7 @@
#undef NIS
#include <rpcsvc/nis.h>
#include "un-namespace.h"
+#include "mt_misc.h"
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)auth_des.c 2.2 88/07/29 4.0 RPCSRC; from 1.9 88/02/08 SMI";
@@ -481,7 +482,6 @@ static struct auth_ops *
authdes_ops(void)
{
static struct auth_ops ops;
- extern mutex_t authdes_ops_lock;
/* VARIABLES PROTECTED BY ops_lock: ops */
OpenPOWER on IntegriCloud