diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2006-02-27 22:10:59 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2006-02-27 22:10:59 +0000 |
| commit | 235baf269e492159336326a12da1ca09fbba85db (patch) | |
| tree | 61ac8090008b10d8e34bd08d89b00f5fc6574e20 /lib/libc/rpc/auth_unix.c | |
| parent | fc9ae54dca039ae0954eb3d33d09a6bb746a90e4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/auth_unix.c')
| -rw-r--r-- | lib/libc/rpc/auth_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index 29082bd99102..3fcccd4a0619 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -64,6 +64,7 @@ __FBSDID("$FreeBSD$"); #include <rpc/auth.h> #include <rpc/auth_unix.h> #include "un-namespace.h" +#include "mt_misc.h" /* auth_unix.c */ static void authunix_nextverf (AUTH *); @@ -356,7 +357,6 @@ static struct auth_ops * authunix_ops() { static struct auth_ops ops; - extern mutex_t ops_lock; /* VARIABLES PROTECTED BY ops_lock: ops */ |
