summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-02-19 21:58:19 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-02-19 21:58:19 +0000
commite37f63ffa0610021e8cd8f4fc523e405618c356d (patch)
treebdee0b86e138465817a04e1a917756f4ceca7679
parent4e97e85c03c893a7f853eccb81f1ed8733355bd4 (diff)
- markus@cvs.openbsd.org 2002/02/16 00:51:44
[session.c] typo - (bal) CVS ID sync since the last two patches were merged mistakenly
-rw-r--r--ChangeLog7
-rw-r--r--session.c2
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 03dd380b..db2cf44e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,7 +52,10 @@
- markus@cvs.openbsd.org 2002/02/15 23:11:26
[session.c]
split do_child(), ok mouring@
-
+ - markus@cvs.openbsd.org 2002/02/16 00:51:44
+ [session.c]
+ typo
+ - (bal) CVS ID sync since the last two patches were merged mistakenly
20020218
- (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess
@@ -7650,4 +7653,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1868 2002/02/19 21:50:43 mouring Exp $
+$Id: ChangeLog,v 1.1869 2002/02/19 21:58:19 mouring Exp $
diff --git a/session.c b/session.c
index e4934a41..d9d30474 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: session.c,v 1.127 2002/02/15 23:11:26 markus Exp $");
+RCSID("$OpenBSD: session.c,v 1.128 2002/02/16 00:51:44 markus Exp $");
#include "ssh.h"
#include "ssh1.h"