From: Matthew Dillon Date: Sat, 11 Jun 2005 00:35:12 +0000 (+0000) Subject: Move sys/buf2.h and sys/thread2.h into the #ifdef _KERNEL section. X-Git-Tag: v2.0.1~7047 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/7ce0babd57c41a4e5011afc44b84952eda92f261 Move sys/buf2.h and sys/thread2.h into the #ifdef _KERNEL section. --- diff --git a/sys/dev/raid/vinum/vinumhdr.h b/sys/dev/raid/vinum/vinumhdr.h index 0ff2875812..0d02f1af8d 100644 --- a/sys/dev/raid/vinum/vinumhdr.h +++ b/sys/dev/raid/vinum/vinumhdr.h @@ -38,7 +38,7 @@ /* * $Id: vinumhdr.h,v 1.18 2001/01/04 00:14:14 grog Exp grog $ * $FreeBSD: src/sys/dev/vinum/vinumhdr.h,v 1.16.2.1 2001/03/13 02:59:43 grog Exp $ - * $DragonFly: src/sys/dev/raid/vinum/vinumhdr.h,v 1.9 2005/06/11 00:05:46 dillon Exp $ + * $DragonFly: src/sys/dev/raid/vinum/vinumhdr.h,v 1.10 2005/06/11 00:35:12 dillon Exp $ */ #include @@ -69,15 +69,14 @@ #ifdef _KERNEL #include #include +#include +#include #else #include #include #endif #include -#include -#include - #include "vinumvar.h" #include "vinumio.h" #include "vinumkw.h"