summaryrefslogtreecommitdiff
path: root/ttymodes.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-21 00:41:51 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-21 00:41:51 +0000
commitcb72e4f6d2cf63cda22484ec90142689fed288f6 (patch)
tree3bc1bb95abd19df05ee0b3e78bad6cdba987837f /ttymodes.c
parent115422f918d86e007cb3c050e9c4d09102580089 (diff)
- deraadt@cvs.openbsd.org 2002/06/19 00:27:55
[auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c xmalloc.h] KNF done automatically while reading....
Diffstat (limited to 'ttymodes.c')
-rw-r--r--ttymodes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ttymodes.c b/ttymodes.c
index 8afdff1a4..5cc13dcd5 100644
--- a/ttymodes.c
+++ b/ttymodes.c
@@ -43,7 +43,7 @@
43 */ 43 */
44 44
45#include "includes.h" 45#include "includes.h"
46RCSID("$OpenBSD: ttymodes.c,v 1.17 2002/03/19 10:49:35 markus Exp $"); 46RCSID("$OpenBSD: ttymodes.c,v 1.18 2002/06/19 00:27:55 deraadt Exp $");
47 47
48#include "packet.h" 48#include "packet.h"
49#include "log.h" 49#include "log.h"
@@ -307,7 +307,6 @@ end:
307 else 307 else
308 packet_put_raw(buffer_ptr(&buf), buffer_len(&buf)); 308 packet_put_raw(buffer_ptr(&buf), buffer_len(&buf));
309 buffer_free(&buf); 309 buffer_free(&buf);
310 return;
311} 310}
312 311
313/* 312/*
@@ -457,5 +456,4 @@ set:
457 /* Set the new modes for the terminal. */ 456 /* Set the new modes for the terminal. */
458 if (tcsetattr(fd, TCSANOW, &tio) == -1) 457 if (tcsetattr(fd, TCSANOW, &tio) == -1)
459 log("Setting tty modes failed: %.100s", strerror(errno)); 458 log("Setting tty modes failed: %.100s", strerror(errno));
460 return;
461} 459}