From 6f317307851c69ba20a97ab8ad4545f6802e5ef5 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 26 Jun 2025 17:01:47 +0200 Subject: [PATCH] os: xtrans: drop X_NO_SYS_UN Not defined anywhere, so no need to check for it. Signed-off-by: Enrico Weigelt, metux IT consult --- os/Xtranslcl.c | 2 -- os/Xtranssock.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/os/Xtranslcl.c b/os/Xtranslcl.c index ba33bce38..4e79c68d8 100644 --- a/os/Xtranslcl.c +++ b/os/Xtranslcl.c @@ -90,9 +90,7 @@ from The Open Group. */ #include -#ifndef X_NO_SYS_UN #include -#endif /* Types of local connections supported: diff --git a/os/Xtranssock.c b/os/Xtranssock.c index 4c7f80bec..168148a3b 100644 --- a/os/Xtranssock.c +++ b/os/Xtranssock.c @@ -89,9 +89,7 @@ from the copyright holders. #endif #ifdef UNIXCONN -#ifndef X_NO_SYS_UN #include -#endif #include #endif