mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
Remove an unneeded include of sys/sx.h. An older pre-commit version of
the filedesc locking used an sx lock for the filedesc lock rather than a mutex which is why the include was here.
This commit is contained in:
parent
b85282ba08
commit
dfd7dc61b9
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@
|
|||
#include <sys/_lock.h>
|
||||
#include <sys/_mutex.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/sx.h>
|
||||
|
||||
/*
|
||||
* This structure is used for the management of descriptors. It may be
|
||||
|
|
|
|||
Loading…
Reference in a new issue