diff options
author | Mark Kettenis <kettenis@openbsd.org> | 2013-11-21 11:55:17 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-12-14 09:40:46 -0800 |
commit | 9487701904b71985549f60c9d8bc5df48682b55a (patch) | |
tree | a1850a38877382174244b7db0baba73ce0a73cf0 | |
parent | 8b2c8aabe27bcaa4de6432b53c4a1296010ea823 (diff) |
Don't restrict FD passing to Linux & Solaris
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Xtransint.h | 4 |
1 files changed, 0 insertions, 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 |