diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-04 02:12:43 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-04 02:12:43 +0000 |
| commit | f4e98881073f261956da27827173b990cd9c7bd5 (patch) | |
| tree | f3ce65232b57836f87c8dc38dfcc8fbb95679c5d /sys/dev/syscons/sysmouse.c | |
| parent | 9eac5bb9e20956fc30dfff2eef0261dc0a274e58 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/sysmouse.c')
| -rw-r--r-- | sys/dev/syscons/sysmouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/sysmouse.c b/sys/dev/syscons/sysmouse.c index 0f6cec5261820..394351e5db092 100644 --- a/sys/dev/syscons/sysmouse.c +++ b/sys/dev/syscons/sysmouse.c @@ -211,7 +211,7 @@ smioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td) splx(s); return 0; -#if notyet +#ifdef notyet case MOUSE_GETVARS: /* get internal mouse variables */ case MOUSE_SETVARS: /* set internal mouse variables */ return ENODEV; |
