summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_dump.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-13 09:02:06 +0000
committerphk <phk@FreeBSD.org>2003-04-13 09:02:06 +0000
commit03b1ca36baf4bd8325f619d97a48764fc6dced85 (patch)
tree7e373e1543fdcdee14db44b0c4513544d165797c /sys/geom/geom_dump.c
parent0f2f76bb732fd63d44ad2f323b86acb6c93a7230 (diff)
downloadFreeBSD-src-03b1ca36baf4bd8325f619d97a48764fc6dced85.zip
FreeBSD-src-03b1ca36baf4bd8325f619d97a48764fc6dced85.tar.gz
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.
Diffstat (limited to 'sys/geom/geom_dump.c')
-rw-r--r--sys/geom/geom_dump.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c
index 6d2a3de..3f064b3 100644
--- a/sys/geom/geom_dump.c
+++ b/sys/geom/geom_dump.c
@@ -38,16 +38,8 @@
#include <sys/param.h>
#include <sys/sbuf.h>
-#ifndef _KERNEL
-#include <stdio.h>
-#include <string.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <err.h>
-#else
#include <sys/systm.h>
#include <sys/malloc.h>
-#endif
#include <machine/stdarg.h>
#include <geom/geom.h>
@@ -252,9 +244,6 @@ g_conf_specific(struct sbuf *sb, struct g_class *mp, struct g_geom *gp, struct g
g_topology_assert();
sbuf_printf(sb, "<mesh>\n");
-#ifndef _KERNEL
- sbuf_printf(sb, " <FreeBSD>%cFreeBSD%c</FreeBSD>\n", '$', '$');
-#endif
LIST_FOREACH(mp2, &g_classes, class) {
if (mp != NULL && mp != mp2)
continue;
OpenPOWER on IntegriCloud