summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-06-01 19:02:51 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-06-01 19:02:51 +0000
commit4b5f40757940db3fd8c0ddb5500537a75a6d7501 (patch)
tree3068a5773b6e432a2afb2f167960a9a99ee0b137 /sys/dev/syscons
parenta9626fb3b4416c07380d25670ac0e4c427184c4f (diff)
Notes
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/sysmouse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/syscons/sysmouse.c b/sys/dev/syscons/sysmouse.c
index af36098dfb51..b5135001a954 100644
--- a/sys/dev/syscons/sysmouse.c
+++ b/sys/dev/syscons/sysmouse.c
@@ -150,7 +150,6 @@ smioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct thread *td)
struct tty *tp;
mousehw_t *hw;
mousemode_t *mode;
- int error;
int s;
tp = dev->si_tty;