aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-01-24 05:14:39 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-01-24 05:14:39 +0000
commitac4cd383caf99c657a01d89a95474776b4202409 (patch)
treee4236912354ec3688af9c90b231144671fceb588 /sys/dev
parent257aefa704a578b1f958589ff43a65ee5243378d (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vinum/vinumioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumioctl.c b/sys/dev/vinum/vinumioctl.c
index a2052b87c1d20..a2e3f2b77bd35 100644
--- a/sys/dev/vinum/vinumioctl.c
+++ b/sys/dev/vinum/vinumioctl.c
@@ -35,7 +35,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumioctl.c,v 1.7 1999/01/18 03:36:17 grog Exp grog $
+ * $Id: vinumioctl.c,v 1.6 1999/01/21 00:35:35 grog Exp $
*/
#define STATIC /* nothing while we're testing XXX */
@@ -43,10 +43,10 @@
#define REALLYKERNEL
#include "opt_vinum.h"
#include <dev/vinum/vinumhdr.h>
+#include <dev/vinum/request.h>
#include <sys/sysproto.h> /* for sync(2) */
#ifdef VINUMDEBUG
#include <sys/reboot.h>
-#include <dev/vinum/request.h>
#endif
jmp_buf command_fail; /* return on a failed command */