summaryrefslogtreecommitdiff
path: root/sys/dev/mse
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-12-08 23:23:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-12-08 23:23:00 +0000
commitd2f265fab89fec2b4d450a74eea4489401c61b1a (patch)
tree0408fdddf8ea8eeab5dc960ead9a7c96a2e301bd /sys/dev/mse
parent04228afa84a08b15d6e0c92e80717a7e04ef83bc (diff)
Notes
Diffstat (limited to 'sys/dev/mse')
-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 96f62e5e58a6..2196a4c88d30 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.19 1995/12/06 23:42:53 bde Exp $
+ * $Id: mse.c,v 1.20 1995/12/08 11:14:40 julian Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -79,7 +79,7 @@ static d_read_t mseread;
static d_select_t mseselect;
#define CDEV_MAJOR 27
-struct cdevsw mse_cdevsw =
+static struct cdevsw mse_cdevsw =
{ mseopen, mseclose, mseread, nowrite, /*27*/
noioc, nostop, nullreset, nodevtotty,/* mse */
mseselect, nommap, NULL, "mse", NULL, -1 };