summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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