freebsd-dev/sys/i386/include/mouse.h
Poul-Henning Kamp d7450ce6d5 Make programs which still #include <machine/{mouse,console}.h> fail
at compiletime, with an explanatory error message.  Previously they
would only get a warning.

These files will be finally removed 2001-01-15
2000-11-20 22:00:25 +00:00

5 lines
129 B
C

/* $FreeBSD$ */
#if __GNUC__
#error "this file includes <machine/mouse.h> which is deprecated, use <sys/mouse.h> instead"
#endif