--- libaitio/src/pty.c 2011/09/28 15:23:22 1.1.2.10 +++ libaitio/src/pty.c 2011/09/30 13:46:26 1.1.2.11 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: pty.c,v 1.1.2.10 2011/09/28 15:23:22 misho Exp $ +* $Id: pty.c,v 1.1.2.11 2011/09/30 13:46:26 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -326,8 +326,6 @@ ioForkPTY(int *ptyfd, char * __restrict name, int name break; default: close(ttyfd); - - ioSetRAWMode(*ptyfd, otio); /* PARENT */ break;