summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wt.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-13 03:50:34 +0000
committerwollman <wollman@FreeBSD.org>1994-08-13 03:50:34 +0000
commit07e1c7f69db19a5ad89c222176423820048eccc7 (patch)
tree07eb9071a15263c4512c588b90a4dc8f336abc9f /sys/i386/isa/wt.c
parent0bd3f2acaeda2f9008a0871df619278c12e9e1fc (diff)
downloadFreeBSD-src-07e1c7f69db19a5ad89c222176423820048eccc7.zip
FreeBSD-src-07e1c7f69db19a5ad89c222176423820048eccc7.tar.gz
Change all #includes to follow the current Berkeley style. Some of these
``changes'' are actually not changes at all, but CVS sometimes has trouble telling the difference. This also includes support for second-directory compiles. This is not quite complete yet, as `config' doesn't yet do the right thing. You can still make it work trivially, however, by doing the following: rm /sys/compile mkdir /usr/obj/sys/compile ln -s M-. /sys/compile cd /sys/i386/conf config MYKERNEL cd ../../compile/MYKERNEL ln -s /sys @ rm machine ln -s @/i386/include machine make depend make
Diffstat (limited to 'sys/i386/isa/wt.c')
-rw-r--r--sys/i386/isa/wt.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c
index 21a6ed9..5b287a4 100644
--- a/sys/i386/isa/wt.c
+++ b/sys/i386/isa/wt.c
@@ -19,7 +19,7 @@
* the original CMU copyright notice.
*
* Version 1.3, Thu Nov 11 12:09:13 MSK 1993
- * $Id: wt.c,v 1.4 1993/12/13 18:38:43 alm Exp $
+ * $Id: wt.c,v 1.7 1994/05/27 04:02:10 rgrimes Exp $
*
*/
@@ -53,18 +53,18 @@
#include "wt.h"
#if NWT > 0
-#include "sys/param.h"
-#include "systm.h"
-#include "kernel.h"
-#include "sys/buf.h"
-#include "sys/fcntl.h"
-#include "sys/malloc.h"
-#include "sys/ioctl.h"
-#include "sys/mtio.h"
-#include "vm/vm_param.h"
-#include "i386/include/pio.h"
-#include "i386/isa/isa_device.h"
-#include "i386/isa/wtreg.h"
+#include <sys/param.h>
+#include <sys/systm.h>
+#include <sys/kernel.h>
+#include <sys/buf.h>
+#include <sys/fcntl.h>
+#include <sys/malloc.h>
+#include <sys/ioctl.h>
+#include <sys/mtio.h>
+#include <vm/vm_param.h>
+#include <i386/include/pio.h>
+#include <i386/isa/isa_device.h>
+#include <i386/isa/wtreg.h>
/*
* Uncomment this to enable internal device tracing.
OpenPOWER on IntegriCloud