From 078c6f01f9c1efbede24fba3e6bf3483edc292d7 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 24 Apr 2002 12:53:12 +0000 Subject: [PATCH] Make specific provisions for the kernel simulator used in the regression tests, other userland programs may need to include . Sponsored by: DARPA & NAI Labs. --- sys/geom/geom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/geom.h b/sys/geom/geom.h index ab99c508fef..df85fe315ba 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -45,7 +45,7 @@ #include #include -#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.