Author: ek.kato
Date: Tue Oct 7 20:49:17 2008
New Revision: 5589
Modified:
trunk/fep/uim-fep.c
Log:
* fep/uim-fep.c (my_forkpty) : Support Solaris's cc.
Modified: trunk/fep/uim-fep.c
==============================================================================
--- trunk/fep/uim-fep.c (original)
+++ trunk/fep/uim-fep.c Tue Oct 7 20:49:17 2008
@@ -674,7 +674,7 @@
return pid;
}
}
-#elif defined(__svr4__) || defined(__sgi__)
+#elif defined(__svr4__) || defined(__sgi__) || defined(__SVR4)
static pid_t my_forkpty(int *amaster, struct termios *termp, struct
winsize *winp)
{
pid_t pid;