diff options
Diffstat (limited to 'ttymodes.c')
-rw-r--r-- | ttymodes.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$Id: ttymodes.c,v 1.2 1999/11/24 13:26:23 damien Exp $"); +RCSID("$Id: ttymodes.c,v 1.3 1999/11/25 00:54:59 damien Exp $"); #include "packet.h" #include "ssh.h" @@ -209,7 +209,6 @@ tty_make_modes(int fd) struct termios tio; int baud; - /* Get the modes. */ if (tcgetattr(fd, &tio) < 0) { packet_put_char(TTY_OP_END); log("tcgetattr: %.100s", strerror(errno)); |