mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove a stale __FreeBSD_version check.
This commit is contained in:
parent
4b910da2ea
commit
b60359e981
1 changed files with 3 additions and 5 deletions
|
|
@ -56,11 +56,9 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#if __FreeBSD_version >= 500005
|
||||
# include <geom/geom_disk.h>
|
||||
# include <sys/lock.h>
|
||||
# include <sys/mutex.h>
|
||||
#endif
|
||||
#include <geom/geom_disk.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/mutex.h>
|
||||
|
||||
#define LSI_DESC_PCI "LSILogic MegaRAID 1.51"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue