提交 05eb8ea0 编写于 作者: S Samuel Holland 提交者: Rich Felker

fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro

Commit 3517d74a changed the token in
sys/ioctl.h from 0x01 to 1, so bits/termios.h no longer matches. Revert
the bits/termios.h change to keep the headers in sync.

This reverts commit 9eda4dc6.
上级 e0eee3ce
...@@ -165,5 +165,5 @@ struct termios { ...@@ -165,5 +165,5 @@ struct termios {
#define EXTPROC 0200000 #define EXTPROC 0200000
#define XTABS 0014000 #define XTABS 0014000
#define TIOCSER_TEMT 0x01 #define TIOCSER_TEMT 1
#endif #endif
...@@ -165,5 +165,5 @@ struct termios { ...@@ -165,5 +165,5 @@ struct termios {
#define EXTPROC 0200000 #define EXTPROC 0200000
#define XTABS 0014000 #define XTABS 0014000
#define TIOCSER_TEMT 0x01 #define TIOCSER_TEMT 1
#endif #endif
...@@ -165,5 +165,5 @@ struct termios { ...@@ -165,5 +165,5 @@ struct termios {
#define EXTPROC 0200000 #define EXTPROC 0200000
#define XTABS 0014000 #define XTABS 0014000
#define TIOCSER_TEMT 0x01 #define TIOCSER_TEMT 1
#endif #endif
...@@ -167,5 +167,5 @@ struct termios { ...@@ -167,5 +167,5 @@ struct termios {
#define EXTPROC 0x10000000 #define EXTPROC 0x10000000
#define XTABS 00006000 #define XTABS 00006000
#define TIOCSER_TEMT 0x01 #define TIOCSER_TEMT 1
#endif #endif
...@@ -167,5 +167,5 @@ struct termios { ...@@ -167,5 +167,5 @@ struct termios {
#define EXTPROC 0x10000000 #define EXTPROC 0x10000000
#define XTABS 00006000 #define XTABS 00006000
#define TIOCSER_TEMT 0x01 #define TIOCSER_TEMT 1
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册