aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mse/mse.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-10-21 01:19:28 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-10-21 01:19:28 +0000
commit091b0456f4cd9432edb77e80420f9565ad504b32 (patch)
tree5fc19e7150289ae5b5e20a8e8f5051859ddcad22 /sys/dev/mse/mse.c
parent09f7992adf4e70bea5d756ee3f27116ae4deb4bd (diff)
downloadsrc-091b0456f4cd9432edb77e80420f9565ad504b32.tar.gz
src-091b0456f4cd9432edb77e80420f9565ad504b32.zip
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
This involves fixing a few things I broke last time.
Notes
Notes: svn path=/head/; revision=3745
Diffstat (limited to 'sys/dev/mse/mse.c')
-rw-r--r--sys/dev/mse/mse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c
index 5ce5c030e331..6337fde1f2e7 100644
--- a/sys/dev/mse/mse.c
+++ b/sys/dev/mse/mse.c
@@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
- * $Id: mse.c,v 1.5 1994/08/02 07:39:39 davidg Exp $
+ * $Id: mse.c,v 1.6 1994/08/13 03:50:10 wollman Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -45,10 +45,10 @@
#include "mse.h"
#if NMSE > 0
#include <sys/param.h>
+#include <sys/systm.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>