mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
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:
committed by
Enrico Weigelt
parent
d5d19ac6f0
commit
930f2d6f15
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user