summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.c
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1999-03-01 04:47:37 +0000
committergpalmer <gpalmer@FreeBSD.org>1999-03-01 04:47:37 +0000
commit8f5a0364731136135e9a56bce6c5c4b6f637c10d (patch)
tree78900d98a11e6fe53d3a9d7398c58b709aebbf10 /usr.sbin/moused/moused.c
parent4697c1d0cccc83ba10c6c5e376db0f5033fd450e (diff)
downloadFreeBSD-src-8f5a0364731136135e9a56bce6c5c4b6f637c10d.zip
FreeBSD-src-8f5a0364731136135e9a56bce6c5c4b6f637c10d.tar.gz
USB is only on PC's at the minute, don't try and use the MOUSE_IF_USB
define on the AXP, 'cos it breaks.
Diffstat (limited to 'usr.sbin/moused/moused.c')
-rw-r--r--usr.sbin/moused/moused.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index bf6f258..ecb9053 100644
--- a/usr.sbin/moused/moused.c
+++ b/usr.sbin/moused/moused.c
@@ -46,7 +46,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: moused.c,v 1.24 1998/12/13 23:26:21 steve Exp $";
+ "$Id: moused.c,v 1.25 1999/02/28 09:18:57 yokota Exp $";
#endif /* not lint */
#include <err.h>
@@ -168,7 +168,9 @@ static symtab_t rifs[] = {
{ "inport", MOUSE_IF_INPORT },
{ "ps/2", MOUSE_IF_PS2 },
{ "sysmouse", MOUSE_IF_SYSMOUSE },
+#ifdef __i386__
{ "usb", MOUSE_IF_USB },
+#endif /* __i386__ */
{ NULL, MOUSE_IF_UNKNOWN },
};
OpenPOWER on IntegriCloud