mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a stupid whitespace style bogon from way back in the declarations of
sched_lock and Giant.
This commit is contained in:
parent
132f08d017
commit
2e5cf89939
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue