aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mse/mse.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
committerJulian Elischer <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
commit7198bf4725543c8dfcb79b0e7cf38d97e5a6aa80 (patch)
tree82e0b24f955f894892cc1c396f300233c0d0607a /sys/dev/mse/mse.c
parentadb2dc299a21c0774a0d0fd9b914b59f2e332504 (diff)
downloadsrc-7198bf4725543c8dfcb79b0e7cf38d97e5a6aa80.tar.gz
src-7198bf4725543c8dfcb79b0e7cf38d97e5a6aa80.zip
If you're going to mechanically replicate something in 50 files
it's best to not have a (compiles cleanly) typo in it! (sigh)
Notes
Notes: svn path=/head/; revision=12521
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 52195fbdd61a..82411de56d3a 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.16 1995/11/28 09:41:25 julian Exp $
+ * $Id: mse.c,v 1.17 1995/11/29 10:47:46 julian Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -599,8 +599,8 @@ static void mse_drvinit(void *unused)
/* path name devsw minor type uid gid perm*/
"/", "mse", major(dev), 0, DV_CHR, 0, 0, 0600);
}
- }
#endif
+ }
}
SYSINIT(msedev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,mse_drvinit,NULL)