[PATCH libxtrans] Don't restrict FD passing to Linux & Solaris
Mark Kettenis
mark.kettenis at xs4all.nl
Thu Nov 21 02:55:17 PST 2013
From: Mark Kettenis <kettenis at openbsd.org>
Signed-off-by: Mark Kettenis <kettenis at openbsd.org>
---
Xtransint.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Xtransint.h b/Xtransint.h
index 1f32f0c..ec5a772 100644
--- a/Xtransint.h
+++ b/Xtransint.h
@@ -72,10 +72,6 @@ from The Open Group.
# define XTRANSDEBUG 1
#endif
-#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun))
-#error "FD passing support only on Linux & Solaris"
-#endif
-
#ifdef WIN32
# define _WILLWINSOCK_
#endif
--
1.8.4.2
More information about the xorg-devel
mailing list