summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ttymodes.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-06-19 00:27:55 +0000
committerderaadt <deraadt@openbsd.org>2002-06-19 00:27:55 +0000
commit4d92f097ed8083b0e7cbdd57c0cb4ff45b4a21e6 (patch)
treee6816e2b604bc2ba3e22316841a95a9d703be8a8 /usr.bin/ssh/ttymodes.c
parentpull in missing includes (diff)
downloadwireguard-openbsd-4d92f097ed8083b0e7cbdd57c0cb4ff45b4a21e6.tar.xz
wireguard-openbsd-4d92f097ed8083b0e7cbdd57c0cb4ff45b4a21e6.zip
KNF done automatically while reading....
Diffstat (limited to 'usr.bin/ssh/ttymodes.c')
-rw-r--r--usr.bin/ssh/ttymodes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/ttymodes.c b/usr.bin/ssh/ttymodes.c
index 8afdff1a456..5cc13dcd5e0 100644
--- a/usr.bin/ssh/ttymodes.c
+++ b/usr.bin/ssh/ttymodes.c
@@ -43,7 +43,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ttymodes.c,v 1.17 2002/03/19 10:49:35 markus Exp $");
+RCSID("$OpenBSD: ttymodes.c,v 1.18 2002/06/19 00:27:55 deraadt Exp $");
#include "packet.h"
#include "log.h"
@@ -307,7 +307,6 @@ end:
else
packet_put_raw(buffer_ptr(&buf), buffer_len(&buf));
buffer_free(&buf);
- return;
}
/*
@@ -457,5 +456,4 @@ set:
/* Set the new modes for the terminal. */
if (tcsetattr(fd, TCSANOW, &tio) == -1)
log("Setting tty modes failed: %.100s", strerror(errno));
- return;
}