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 <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-06-26 17:01:47 +02:00
committed by Enrico Weigelt
parent d5d19ac6f0
commit 930f2d6f15
2 changed files with 0 additions and 4 deletions

View File

@@ -90,9 +90,7 @@ from The Open Group.
*/
#include <sys/socket.h>
#ifndef X_NO_SYS_UN
#include <sys/un.h>
#endif
/* Types of local connections supported:

View File

@@ -89,9 +89,7 @@ from the copyright holders.
#endif
#ifdef UNIXCONN
#ifndef X_NO_SYS_UN
#include <sys/un.h>
#endif
#include <sys/stat.h>
#endif