# HG changeset patch # User Dan Nicolaescu # Date 1272744850 25200 # Node ID ba928cce64c573edad4058995f68dc4e62b12069 # Parent 877cada981cc9a07f7b7d97efbd1e76b432a71d4 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused. diff -r 877cada981cc -r ba928cce64c5 src/ChangeLog --- a/src/ChangeLog Sat May 01 21:53:23 2010 +0300 +++ b/src/ChangeLog Sat May 01 13:14:10 2010 -0700 @@ -1,3 +1,7 @@ +2010-05-01 Dan Nicolaescu + + * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused. + 2010-05-01 Eli Zaretskii Emulate POSIX_SIGNALS on MS-Windows. diff -r 877cada981cc -r ba928cce64c5 src/sysdep.c --- a/src/sysdep.c Sat May 01 21:53:23 2010 +0300 +++ b/src/sysdep.c Sat May 01 13:14:10 2010 -0700 @@ -546,11 +546,6 @@ #endif /* not SIGNALS_VIA_CHARACTERS */ #ifdef AIX -/* AIX enhanced edit loses NULs, so disable it */ -#ifndef IBMR2AIX - s.main.c_line = 0; - s.main.c_iflag &= ~ASCEDIT; -#endif /* Also, PTY overloads NUL and BREAK. don't ignore break, but don't signal either, so it looks like NUL. */ s.main.c_iflag &= ~IGNBRK; @@ -1258,16 +1253,10 @@ #endif /* mips or HAVE_TCATTR */ #ifdef AIX -#ifndef IBMR2AIX - /* AIX enhanced edit loses NULs, so disable it. */ - tty.main.c_line = 0; - tty.main.c_iflag &= ~ASCEDIT; -#else tty.main.c_cc[VSTRT] = CDISABLE; tty.main.c_cc[VSTOP] = CDISABLE; tty.main.c_cc[VSUSP] = CDISABLE; tty.main.c_cc[VDSUSP] = CDISABLE; -#endif /* IBMR2AIX */ if (tty_out->flow_control) { #ifdef VSTART