summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/pty.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-24 00:26:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-24 00:26:05 +0000
commitc14bc793676af72a37a3dec0514535ee5d518544 (patch)
treeb3aa555770da23872b7868223533bc73a29128fb /usr.bin/ssh/pty.c
parente668e96ab6ba981bc7469cc91eebd045bb4d7898 (diff)
much more KNF
Diffstat (limited to 'usr.bin/ssh/pty.c')
-rw-r--r--usr.bin/ssh/pty.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/ssh/pty.c b/usr.bin/ssh/pty.c
index 0e1db6df20e..ff0173ff738 100644
--- a/usr.bin/ssh/pty.c
+++ b/usr.bin/ssh/pty.c
@@ -1,20 +1,20 @@
/*
-
-pty.c
-
-Author: Tatu Ylonen <ylo@cs.hut.fi>
-
-Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
- All rights reserved
-
-Created: Fri Mar 17 04:37:25 1995 ylo
-
-Allocating a pseudo-terminal, and making it the controlling tty.
-
-*/
+ *
+ * pty.c
+ *
+ * Author: Tatu Ylonen <ylo@cs.hut.fi>
+ *
+ * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
+ * All rights reserved
+ *
+ * Created: Fri Mar 17 04:37:25 1995 ylo
+ *
+ * Allocating a pseudo-terminal, and making it the controlling tty.
+ *
+ */
#include "includes.h"
-RCSID("$Id: pty.c,v 1.6 1999/11/23 22:25:54 markus Exp $");
+RCSID("$Id: pty.c,v 1.7 1999/11/24 00:26:02 deraadt Exp $");
#include "pty.h"
#include "ssh.h"