diff options
| -rw-r--r-- | sys/kern/kern_sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index b494fe69ef3e..b229701b534e 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -65,7 +65,7 @@ static MALLOC_DEFINE(M_SYSCTLTMP, "sysctltmp", "sysctl temp output buffer"); static struct sx sysctllock; #define SYSCTL_LOCK() sx_xlock(&sysctllock) -#define SYSCTL_UNLOCK() sx_xunlock(&sysctllock) +#define SYSCTL_UNLOCK() sx_xunlock(&sysctllock) #define SYSCTL_INIT() sx_init(&sysctllock, "sysctl sysctllock") static int sysctl_root(SYSCTL_HANDLER_ARGS); |
