summaryrefslogtreecommitdiff
path: root/sshpty.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-18 20:25:33 +1000
committerDamien Miller <djm@mindrot.org>2003-06-18 20:25:33 +1000
commit469954debd6cb78d8c109785e418b235cf004565 (patch)
tree4bfa283da1fd145995b767e80743e57ad0492998 /sshpty.c
parent53950b68bf28a8d3eebdf39bea96a9046806c5d2 (diff)
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2003/06/12 07:57:38 [monitor.c sshlogin.c sshpty.c] typos; dtucker at zip.com.au
Diffstat (limited to 'sshpty.c')
-rw-r--r--sshpty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshpty.c b/sshpty.c
index ee2b9d3b1..109fc96ac 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: sshpty.c,v 1.9 2003/05/24 09:30:40 djm Exp $"); 15RCSID("$OpenBSD: sshpty.c,v 1.10 2003/06/12 07:57:38 markus Exp $");
16 16
17#ifdef HAVE_UTIL_H 17#ifdef HAVE_UTIL_H
18# include <util.h> 18# include <util.h>
@@ -258,7 +258,7 @@ pty_release(const char *ttyname)
258 error("chmod %.100s 0666 failed: %.100s", ttyname, strerror(errno)); 258 error("chmod %.100s 0666 failed: %.100s", ttyname, strerror(errno));
259} 259}
260 260
261/* Makes the tty the processes controlling tty and sets it to sane modes. */ 261/* Makes the tty the process's controlling tty and sets it to sane modes. */
262 262
263void 263void
264pty_make_controlling_tty(int *ttyfd, const char *ttyname) 264pty_make_controlling_tty(int *ttyfd, const char *ttyname)