diff options
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/session.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index a7f5cae8459..ae030548dd0 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.87 2001/06/12 21:21:29 markus Exp $"); +RCSID("$OpenBSD: session.c,v 1.88 2001/06/12 21:30:57 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -1578,7 +1578,6 @@ session_proctitle(Session *s) int session_setup_x11fwd(Session *s) { - int fd; struct stat st; if (no_x11_forwarding_flag) { |