Allow XTRANS_SEND_FDS on Solaris as well

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2013-11-07 19:17:44 -08:00
parent 76b4f4430f
commit 426049c301

View File

@@ -72,8 +72,8 @@ from The Open Group.
# define XTRANSDEBUG 1
#endif
#if XTRANS_SEND_FDS && !defined(linux)
#error "FD passing support only on Linux"
#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun))
#error "FD passing support only on Linux & Solaris"
#endif
#ifdef WIN32