Disable this for AIX
This commit is contained in:
@@ -93,6 +93,10 @@ caught_signal(int signo)
|
|||||||
static void
|
static void
|
||||||
open_pty(void)
|
open_pty(void)
|
||||||
{
|
{
|
||||||
|
#ifdef _AIX
|
||||||
|
printf("implement open_pty\n");
|
||||||
|
exit(77);
|
||||||
|
#endif
|
||||||
#if defined(HAVE_OPENPTY) || defined(__linux) || defined(__osf__) /* XXX */
|
#if defined(HAVE_OPENPTY) || defined(__linux) || defined(__osf__) /* XXX */
|
||||||
if(openpty(&master, &slave, line, 0, 0) == 0)
|
if(openpty(&master, &slave, line, 0, 0) == 0)
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user