From b722e48f55e95784cb6cc14c7ca299414b68c066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 8 Jul 2014 23:00:39 +0200 Subject: [PATCH] Simplify Solaris detection --- abduco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abduco.c b/abduco.c index a2fe8be..b2c6dc3 100644 --- a/abduco.c +++ b/abduco.c @@ -54,7 +54,7 @@ #if defined(_AIX) # include "forkpty-aix.c" -#elif defined(__sun) || defined(__sun__) +#elif defined(__sun) # include "forkpty-sunos.c" #endif