diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 00:44:44 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 00:44:44 +0000 |
commit | a6fc91e86e976905877e448c85eef3509a36fdc4 (patch) | |
tree | 98abea8539e16591d00b76aafbc040ad88386341 | |
parent | e9c999137a7b3497a7ad652da2535e14b42c6552 (diff) |
- (bal) nchan.c CVS ID Update.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | nchan.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -14,6 +14,7 @@ | |||
14 | history | 14 | history |
15 | - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged | 15 | - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged |
16 | out of ssh Attic) | 16 | out of ssh Attic) |
17 | - (bal) nchan.c CVS ID Update. | ||
17 | 18 | ||
18 | 20010606 | 19 | 20010606 |
19 | - OpenBSD CVS Sync | 20 | - OpenBSD CVS Sync |
@@ -5525,4 +5526,4 @@ | |||
5525 | - Wrote replacements for strlcpy and mkdtemp | 5526 | - Wrote replacements for strlcpy and mkdtemp |
5526 | - Released 1.0pre1 | 5527 | - Released 1.0pre1 |
5527 | 5528 | ||
5528 | $Id: ChangeLog,v 1.1250 2001/06/09 00:41:05 mouring Exp $ | 5529 | $Id: ChangeLog,v 1.1251 2001/06/09 00:44:44 mouring Exp $ |
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: nchan.c,v 1.26 2001/05/28 23:14:49 markus Exp $"); | 26 | RCSID("$OpenBSD: nchan.c,v 1.28 2001/05/31 10:30:16 markus Exp $"); |
27 | 27 | ||
28 | #include "ssh1.h" | 28 | #include "ssh1.h" |
29 | #include "ssh2.h" | 29 | #include "ssh2.h" |