From 03b1ca36baf4bd8325f619d97a48764fc6dced85 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 13 Apr 2003 09:02:06 +0000 Subject: Time has run from the "run GEOM in userland" harness, and the new regression test is built to test GEOM as running in the kernel. This commit is basically "unifdef -D_KERNEL" to remove the mainly #include related code to support the userland-harness. --- sys/geom/geom_bsd.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sys/geom/geom_bsd.c') diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c index afef301..d50a040 100644 --- a/sys/geom/geom_bsd.c +++ b/sys/geom/geom_bsd.c @@ -41,13 +41,6 @@ #include #include -#ifndef _KERNEL -#include -#include -#include -#include -#include -#else #include #include #include @@ -55,7 +48,6 @@ #include #include #include -#endif #include #include #include -- cgit v1.1