d7450ce6d5
at compiletime, with an explanatory error message. Previously they would only get a warning. These files will be finally removed 2001-01-15
6 lines
141 B
C
6 lines
141 B
C
/* $FreeBSD$ */
|
|
#if __GNUC__
|
|
#error "this file includes <machine/console.h> which is deprecated, use <sys/{kb,cons,fb}io.h> instead"
|
|
#endif
|
|
|