diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-02 12:44:39 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-02 12:44:39 +0000 |
commit | ac8595e7249c34fa9861d578c566c2f467f629c5 (patch) | |
tree | cade20ee59d2c53f3e846669cd77491eae100583 /usr.bin/ssh/session.c | |
parent | ccd8a0de28286c3f07c94a3fae47531a2941ca11 (diff) |
use c-style comments
Diffstat (limited to 'usr.bin/ssh/session.c')
-rw-r--r-- | usr.bin/ssh/session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index 25a5cd0cab9..347eb8622be 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -8,7 +8,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.10 2000/05/02 08:05:32 markus Exp $"); +RCSID("$OpenBSD: session.c,v 1.11 2000/05/02 12:44:38 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -551,7 +551,7 @@ do_exec_pty(Session *s, const char *command, struct passwd * pw) /* Close the extra descriptor for the pseudo tty. */ close(ttyfd); -///XXXX ? move to do_child() ?? +/* XXXX ? move to do_child() ??*/ /* * Get IP address of client. This is needed because we want * to record where the user logged in from. If the |