Simplify Solaris detection

This commit is contained in:
Marc André Tanner 2014-07-08 23:00:39 +02:00
parent 8c81939b9d
commit b722e48f55
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
#if defined(_AIX)
# include "forkpty-aix.c"
#elif defined(__sun) || defined(__sun__)
#elif defined(__sun)
# include "forkpty-sunos.c"
#endif