summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-23 01:29:05 +0000
committerpeter <peter@FreeBSD.org>1999-01-23 01:29:05 +0000
commitb61c7cc3c70e03150d1ff4edf0f9e57a527f2247 (patch)
tree4c7c4150e5f37f4aa1e537f90161f05bf7ccf859 /sys
parent572d442e556ce2c92ff9a2a31e18170edbff093b (diff)
downloadFreeBSD-src-b61c7cc3c70e03150d1ff4edf0f9e57a527f2247.zip
FreeBSD-src-b61c7cc3c70e03150d1ff4edf0f9e57a527f2247.tar.gz
Minor tweak to fix 'pseudo-device vinum'. One of these got lost before,
the other is a new file.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vinum/vinumdaemon.c6
-rw-r--r--sys/dev/vinum/vinumio.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/vinum/vinumdaemon.c b/sys/dev/vinum/vinumdaemon.c
index 23f3213..54afc3e 100644
--- a/sys/dev/vinum/vinumdaemon.c
+++ b/sys/dev/vinum/vinumdaemon.c
@@ -34,12 +34,12 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumdaemon.c,v 1.3 1999/01/18 04:32:50 grog Exp grog $
+ * $Id: vinumdaemon.c,v 1.1 1999/01/21 00:31:31 grog Exp $
*/
#define REALLYKERNEL
-#include "vinumhdr.h"
-#include "request.h"
+#include <dev/vinum/vinumhdr.h>
+#include <dev/vinum/request.h>
#ifdef VINUMDEBUG
#include <sys/reboot.h>
diff --git a/sys/dev/vinum/vinumio.c b/sys/dev/vinum/vinumio.c
index 331debf..013836b 100644
--- a/sys/dev/vinum/vinumio.c
+++ b/sys/dev/vinum/vinumio.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumio.c,v 1.21 1998/12/30 06:04:31 grog Exp grog $
+ * $Id: vinumio.c,v 1.7 1999/01/21 00:34:50 grog Exp $
*/
#define STATIC /* nothing while we're testing XXX */
@@ -41,8 +41,8 @@
#include "opt_vinum.h"
#define REALLYKERNEL
-#include "vinumhdr.h"
-#include "request.h"
+#include <dev/vinum/vinumhdr.h>
+#include <dev/vinum/request.h>
#include <miscfs/specfs/specdev.h>
extern jmp_buf command_fail; /* return on a failed command */
OpenPOWER on IntegriCloud