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:
parent
6a0c1a7d9f
commit
6f31730785
|
@ -90,9 +90,7 @@ from The Open Group.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#ifndef X_NO_SYS_UN
|
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* Types of local connections supported:
|
/* Types of local connections supported:
|
||||||
|
|
|
@ -89,9 +89,7 @@ from the copyright holders.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef UNIXCONN
|
#ifdef UNIXCONN
|
||||||
#ifndef X_NO_SYS_UN
|
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
#endif
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue