f6b5c74c35
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.
7 lines
155 B
C
7 lines
155 B
C
/* $FreeBSD$ */
|
|
#if __GNUC__
|
|
#warning "this file includes <machine/mouse.h> which is deprecated, use <sys/mouse.h> instead"
|
|
#endif
|
|
|
|
#include <sys/mouse.h>
|