drop <minix/termios.h>, use clean <sys/termios.h>
. also implement some netbsd-style tty ioctls . also implement SIGINFO . also import netbsd stty . rename keymap minix CMIN (for ctrl+minus on numeric keypad) to CNMIN; to keep unchanged control character default CMIN in new <sys/ttydefaults.h> . convert CS[5678] logic in rs232 driver to explicit setting of LC bits Change-Id: I9b7d2963fe9aec00fb6e7535ef565b3191fc1c1d
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include <string>
|
||||
|
||||
#if defined(__minix)
|
||||
#include <minix/termios.h>
|
||||
#include <sys/termios.h>
|
||||
#endif /* defined(__minix) */
|
||||
|
||||
#include "utils/optional.hpp"
|
||||
|
||||
Reference in New Issue
Block a user