mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-16 00:20:32 +01:00
xfree86: os-support: drop ununsed POSIX_TTY
Found no evidence that this define is practically used anywhere, aymore.
Web research just showed up a single ancient .c file (looks like an
Wacom driver) from 1998. Xserver's git history doesn't tell when it
actually had been introduced.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1408>
(cherry picked from commit 97e26532d5)
This commit is contained in:
parent
378651126a
commit
53b60764f4
1 changed files with 0 additions and 4 deletions
|
|
@ -134,7 +134,6 @@ extern _X_HIDDEN char xf86SolarisFbDev[PATH_MAX];
|
|||
#define DEV_MEM "/dev/pmem"
|
||||
#endif
|
||||
#define CLEARDTR_SUPPORT
|
||||
#define POSIX_TTY
|
||||
#endif /* SVR4 */
|
||||
|
||||
#endif /* (SYSV || SVR4) */
|
||||
|
|
@ -169,8 +168,6 @@ extern _X_HIDDEN char xf86SolarisFbDev[PATH_MAX];
|
|||
#define CLEARDTR_SUPPORT
|
||||
#endif
|
||||
|
||||
#define POSIX_TTY
|
||||
|
||||
#endif /* __linux__ || __GLIBC__ */
|
||||
|
||||
/**************************************************************************/
|
||||
|
|
@ -183,7 +180,6 @@ extern _X_HIDDEN char xf86SolarisFbDev[PATH_MAX];
|
|||
|
||||
#include <termios.h>
|
||||
#define termio termios
|
||||
#define POSIX_TTY
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue