diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 21:41:48 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 21:41:48 +0200 |
commit | 5a6abdae0f6f2312d8bfd60b8bf2420a3393428d (patch) | |
tree | 7595267f0f9cb746a0955a41bcb5e872c632e68b /sshpty.c | |
parent | - (bal) Removed --{enable/disable}-suid-ssh (diff) | |
download | openssh-5a6abdae0f6f2312d8bfd60b8bf2420a3393428d.tar.xz openssh-5a6abdae0f6f2312d8bfd60b8bf2420a3393428d.zip |
unexpand
Diffstat (limited to '')
-rw-r--r-- | sshpty.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -164,8 +164,8 @@ pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) #else /* HAVE_DEV_PTS_AND_PTC */ #ifdef _CRAY char buf[64]; - int i; - int highpty; + int i; + int highpty; #ifdef _SC_CRAY_NPTY highpty = sysconf(_SC_CRAY_NPTY); @@ -289,7 +289,7 @@ pty_make_controlling_tty(int *ttyfd, const char *ttyname) if (fd < 0) error("%.100s: %.100s", ttyname, strerror(errno)); close(*ttyfd); - *ttyfd = fd; + *ttyfd = fd; #else /* _CRAY */ /* First disconnect from the old controlling tty. */ |