mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
dtc: fix bootstrapping from 8.2-STABLE
MFC after: 1 week Approved by: theraven
This commit is contained in:
parent
fd7e682719
commit
eaef137cbe
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@
|
|||
#include <sys/mman.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef MAP_PREFAULT_READ
|
||||
#define MAP_PREFAULT_READ 0
|
||||
#endif
|
||||
|
||||
namespace dtc
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue