aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mouse.h
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 /sys/sys/mouse.h
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 'sys/sys/mouse.h')
-rw-r--r--sys/sys/mouse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/mouse.h b/sys/sys/mouse.h
index 670f2ae4c763..4273c0427aab 100644
--- a/sys/sys/mouse.h
+++ b/sys/sys/mouse.h
@@ -23,8 +23,8 @@
* $FreeBSD$
*/
-#ifndef _MACHINE_MOUSE_H_
-#define _MACHINE_MOUSE_H_
+#ifndef _SYS_MOUSE_H_
+#define _SYS_MOUSE_H_
#include <sys/types.h>
#include <sys/ioccom.h>
@@ -332,4 +332,4 @@ typedef struct mousevar {
/* Mouse remote socket */
#define _PATH_MOUSEREMOTE "/var/run/MouseRemote"
-#endif /* _MACHINE_MOUSE_H_ */
+#endif /* _SYS_MOUSE_H_ */