[uim-commit] r2388 - trunk/fep
ekato at freedesktop.org
ekato at freedesktop.org
Mon Dec 5 19:48:16 PST 2005
Author: ekato
Date: 2005-12-05 19:48:12 -0800 (Mon, 05 Dec 2005)
New Revision: 2388
Modified:
trunk/fep/uim-fep.c
Log:
* fep/uim-fep.c : Fix compilation on IRIX (Bug #5247 Daichi
Kawahata).
Modified: trunk/fep/uim-fep.c
===================================================================
--- trunk/fep/uim-fep.c 2005-12-06 02:34:20 UTC (rev 2387)
+++ trunk/fep/uim-fep.c 2005-12-06 03:48:12 UTC (rev 2388)
@@ -668,7 +668,7 @@
return pid;
}
}
-#elif defined(__svr4__)
+#elif defined(__svr4__) || defined(__sgi__)
static pid_t my_forkpty(int *amaster, struct termios *termp, struct winsize *winp)
{
pid_t pid;
More information about the uim-commit
mailing list