From 426049c30162ed620cc16bb58edef6aac4e2ee5d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 7 Nov 2013 19:17:44 -0800 Subject: Allow XTRANS_SEND_FDS on Solaris as well Signed-off-by: Alan Coopersmith --- Xtransint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xtransint.h b/Xtransint.h index 8dee614..1f32f0c 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -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 -- cgit v1.2.3