xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 17 02:21:07 UTC 2024


 hw/xfree86/os-support/xf86_OSlib.h |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 97e26532d5a4e523220465e4d86071c37925f38e
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Thu Mar 14 17:49:01 2024 +0100

    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 at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1408>

diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h
index 4896b9957..8d321dc01 100644
--- a/hw/xfree86/os-support/xf86_OSlib.h
+++ b/hw/xfree86/os-support/xf86_OSlib.h
@@ -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>
 


More information about the xorg-commit mailing list