summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-22 02:04:08 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-22 02:04:08 +0000
commit57f82e260b48273cef5d2bf4c8404448c9df25d5 (patch)
tree0a2f5117c924ac96d007b7a677239ada27adc26b
parentb31783d5470d42f77a08acfe6513a0b209ffec1c (diff)
- (bal) scp.c CVS ID resync
-rw-r--r--ChangeLog3
-rw-r--r--scp.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index af3e609ce..b72aeb8ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 - (bal) version.c CVS ID resync 3 - (bal) version.c CVS ID resync
4 - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID 4 - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
5 resync 5 resync
6 - (bal) scp.c CVS ID resync
6 - OpenBSD CVS Sync 7 - OpenBSD CVS Sync
7 - markus@cvs.openbsd.org 2001/03/20 19:10:16 8 - markus@cvs.openbsd.org 2001/03/20 19:10:16
8 [readconf.c] 9 [readconf.c]
@@ -4675,4 +4676,4 @@
4675 - Wrote replacements for strlcpy and mkdtemp 4676 - Wrote replacements for strlcpy and mkdtemp
4676 - Released 1.0pre1 4677 - Released 1.0pre1
4677 4678
4678$Id: ChangeLog,v 1.1005 2001/03/22 02:02:12 mouring Exp $ 4679$Id: ChangeLog,v 1.1006 2001/03/22 02:04:08 mouring Exp $
diff --git a/scp.c b/scp.c
index ae24fe2e5..a3a3d4f69 100644
--- a/scp.c
+++ b/scp.c
@@ -75,7 +75,7 @@
75 */ 75 */
76 76
77#include "includes.h" 77#include "includes.h"
78RCSID("$OpenBSD: scp.c,v 1.61 2001/03/15 15:05:59 markus Exp $"); 78RCSID("$OpenBSD: scp.c,v 1.62 2001/03/21 12:33:33 markus Exp $");
79 79
80#include "xmalloc.h" 80#include "xmalloc.h"
81#include "atomicio.h" 81#include "atomicio.h"