diff options
author | wollman <wollman@FreeBSD.org> | 1994-10-21 01:19:28 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-10-21 01:19:28 +0000 |
commit | 3a9b1c345aa754e6b2ad22027ceef577f7c77551 (patch) | |
tree | 5fc19e7150289ae5b5e20a8e8f5051859ddcad22 /sys/dev/mse | |
parent | 207112cfcf4a98bc0c11c23595d30aa2d83c5b6f (diff) | |
download | FreeBSD-src-3a9b1c345aa754e6b2ad22027ceef577f7c77551.zip FreeBSD-src-3a9b1c345aa754e6b2ad22027ceef577f7c77551.tar.gz |
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
This involves fixing a few things I broke last time.
Diffstat (limited to 'sys/dev/mse')
-rw-r--r-- | sys/dev/mse/mse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 5ce5c03..6337fde 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> |