mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
MFC 10990cb460:
Simplify FreeBSD check.
(cherry picked from commit 10990cb460)
This commit is contained in:
parent
d751393cdd
commit
5c32dfaaa1
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include <sys/socket.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/ioctl.h>
|
||||
#if (__FreeBSD_version >= 300000)
|
||||
#ifdef __FreeBSD_version
|
||||
# include <sys/dirent.h>
|
||||
#else
|
||||
# include <sys/dir.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue