=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ttymodes.c,v retrieving revision 1.14.2.2 retrieving revision 1.14.2.3 diff -u -r1.14.2.2 -r1.14.2.3 --- src/usr.bin/ssh/ttymodes.c 2002/05/17 00:03:25 1.14.2.2 +++ src/usr.bin/ssh/ttymodes.c 2002/06/22 07:23:18 1.14.2.3 @@ -43,7 +43,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ttymodes.c,v 1.14.2.2 2002/05/17 00:03:25 miod Exp $"); +RCSID("$OpenBSD: ttymodes.c,v 1.14.2.3 2002/06/22 07:23:18 miod Exp $"); #include "packet.h" #include "log.h" @@ -307,7 +307,6 @@ else packet_put_raw(buffer_ptr(&buf), buffer_len(&buf)); buffer_free(&buf); - return; } /* @@ -457,5 +456,4 @@ /* Set the new modes for the terminal. */ if (tcsetattr(fd, TCSANOW, &tio) == -1) log("Setting tty modes failed: %.100s", strerror(errno)); - return; }