From a4f8615810c68047aa7568a59efbb2f9695ccd30 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 17:31:46 +0000 Subject: [PATCH] Enable the new h0h0magic code which on GEOM kernels make the md(4) driver a _real_ GEOM driver. --- sys/dev/md/md.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 9e4fd4c2ff1..1ace6ab23cc 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -57,10 +57,7 @@ * From: src/sys/dev/vn/vn.c,v 1.122 2000/12/16 16:06:03 */ -#ifdef notquiteyet #include "opt_geom.h" -#endif - #include "opt_md.h" #include