summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/mse.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/mse.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/mse.c')
-rw-r--r--sys/i386/isa/mse.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c
index 3653610..5ce5c03 100644
--- a/sys/i386/isa/mse.c
+++ b/sys/i386/isa/mse.c
@@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
- * $Id$
+ * $Id: mse.c,v 1.5 1994/08/02 07:39:39 davidg Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -44,18 +44,18 @@
#include "mse.h"
#if NMSE > 0
-#include "param.h"
-#include "proc.h"
-#include "user.h"
-#include "buf.h"
-#include "systm.h"
-#include "kernel.h"
-#include "ioctl.h"
-#include "tty.h"
-#include "uio.h"
-
-#include "i386/isa/isa_device.h"
-#include "i386/isa/icu.h"
+#include <sys/param.h>
+#include <sys/proc.h>
+#include <sys/user.h>
+#include <sys/buf.h>
+#include <sys/systm.h>
+#include <sys/kernel.h>
+#include <sys/ioctl.h>
+#include <sys/tty.h>
+#include <sys/uio.h>
+
+#include <i386/isa/isa_device.h>
+#include <i386/isa/icu.h>
static int mseprobe(struct isa_device *);
static int mseattach(struct isa_device *);
OpenPOWER on IntegriCloud