diff options
Diffstat (limited to 'hurd/setauth.c')
-rw-r--r-- | hurd/setauth.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hurd/setauth.c b/hurd/setauth.c index deece2010a..025be580e1 100644 --- a/hurd/setauth.c +++ b/hurd/setauth.c @@ -18,14 +18,13 @@ #include <hurd.h> #include <hurd/port.h> #include <hurd/id.h> +#include <hurdlock.h> #include "set-hooks.h" /* Things in the library which want to be run when the auth port changes. */ DEFINE_HOOK (_hurd_reauth_hook, (auth_t new_auth)); -#include <cthreads.h> -static struct mutex reauth_lock = MUTEX_INITIALIZER; - +static unsigned int reauth_lock = LLL_INITIALIZER; /* Set the auth port to NEW, and reauthenticate everything used by the library. */ |