mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Move netmap selinfo.h in to sensible location.
netmap_kern.h currently requires all drivers including it to include selinfo.h. Submitted by: mmacy@nextbsd.org Reviewed by: gnn MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D5334
This commit is contained in:
parent
3617efe593
commit
87de0cd185
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <sys/selinfo.h>
|
||||
|
||||
#define likely(x) __builtin_expect((long)!!(x), 1L)
|
||||
#define unlikely(x) __builtin_expect((long)!!(x), 0L)
|
||||
|
|
|
|||
Loading…
Reference in a new issue