mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make specific provisions for the kernel simulator used in the regression
tests, other userland programs may need to include <geom/geom.h>. Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
da40970fa0
commit
078c6f01f9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#include <sys/ioccom.h>
|
||||
#include <sys/sbuf.h>
|
||||
|
||||
#ifndef _KERNEL
|
||||
#ifdef KERNELSIM
|
||||
/*
|
||||
* The GEOM subsystem makes a few concessions in order to be able to run as a
|
||||
* user-land simulation as well as a kernel component.
|
||||
|
|
|
|||
Loading…
Reference in a new issue