--- libaitio/src/pty.c 2011/09/22 22:29:01 1.1.2.8 +++ libaitio/src/pty.c 2011/09/28 14:36:31 1.1.2.9 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: pty.c,v 1.1.2.8 2011/09/22 22:29:01 misho Exp $ +* $Id: pty.c,v 1.1.2.9 2011/09/28 14:36:31 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;