aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-09 08:08:36 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-09 08:08:36 +0000
commitf6b5c74c35c0778c2f29087d65e2a5d7b75de6d6 (patch)
tree663e72fa0bbad9b046789c5908aca2c22e1e279d /usr.sbin/moused
parent1b1728ad99ce48998768e05b7a773a5e7e720091 (diff)
downloadsrc-f6b5c74c35c0778c2f29087d65e2a5d7b75de6d6.tar.gz
src-f6b5c74c35c0778c2f29087d65e2a5d7b75de6d6.zip
Initiate deorbit burn sequence for <machine/mouse.h>.
Replace all in-tree uses with <sys/mouse.h> which repo-copied a few moments ago from src/sys/i386/include/mouse.h by peter. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/mouse.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/mouse.h> files will be removed.
Notes
Notes: svn path=/head/; revision=66860
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r--usr.sbin/moused/moused.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index 9f33c36b59ca..996b02afaa4a 100644
--- a/usr.sbin/moused/moused.c
+++ b/usr.sbin/moused/moused.c
@@ -63,9 +63,7 @@ static const char rcsid[] =
#include <setjmp.h>
#include <termios.h>
#include <syslog.h>
-
-#include <machine/mouse.h>
-
+#include <sys/mouse.h>
#include <sys/consio.h>
#include <sys/types.h>
#include <sys/time.h>