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
parent 6a0c1a7d9f
commit 6f31730785
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