diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index 2e260b6aa59..8fb1fa9e3f9 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/mutex.h @@ -278,8 +278,8 @@ extern int mtx_pool_valid; /* * Global locks. */ -extern struct mtx sched_lock; -extern struct mtx Giant; +extern struct mtx sched_lock; +extern struct mtx Giant; /* * Giant lock sysctl variables used by other modules