Increase the verbosity of the warning given when this file is used as
part of the old tty system - helping the user to know how to transition to the new tty api. Approved by: mlaier (Mentor) PR: kern/110667
This commit is contained in:
parent
2d9ea3df77
commit
6d8aebf6c5
@ -42,7 +42,7 @@
|
||||
#include <sys/ttydev.h>
|
||||
|
||||
#ifdef USE_OLD_TTY
|
||||
#warning "Old BSD tty API used, please upgrade"
|
||||
#warning "Old BSD tty API used and depends on COMPAT_43TTY. Use termios.h instead"
|
||||
#endif
|
||||
|
||||
struct tchars {
|
||||
|
Loading…
x
Reference in New Issue
Block a user