diff options
-rw-r--r-- | sys/sys/socketvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 6a70995..cf4c337 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -147,8 +147,8 @@ struct socket { * until such time as it proves to be a good idea. */ extern struct mtx accept_mtx; -#define ACCEPT_LOCK() mtx_lock(&accept_mtx) -#define ACCEPT_UNLOCK() mtx_unlock(&accept_mtx) +#define ACCEPT_LOCK() mtx_lock(&accept_mtx) +#define ACCEPT_UNLOCK() mtx_unlock(&accept_mtx) /* * Socket state bits. |