summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-20 04:59:22 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-20 04:59:22 +0000
commit82f077d0dcb72ccc4e8829d5c8edcf2e3f940082 (patch)
tree32e46b9ecdb4a2b637a03b05824c97fbae33d758
parent3f36496e33ffb16b9b1c0d6c6da33c021b26f6a2 (diff)
- (bal) Put scp-common.h back into scp.c (it exists in the upstream
tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
-rw-r--r--ChangeLog4
-rw-r--r--scp.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9e33c19..221526e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,8 @@
[auth2.c]
use local variable, no function call needed.
(btw, hostbased works now with ssh.com >= 2.0.13)
+ - (bal) Put scp-common.h back into scp.c (it exists in the upstream
+ tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
20010418
- OpenBSD CVS Sync
@@ -5185,4 +5187,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1146 2001/04/19 20:50:07 mouring Exp $
+$Id: ChangeLog,v 1.1147 2001/04/20 04:59:22 mouring Exp $
diff --git a/scp.c b/scp.c
index 0c4400f6..6444ca88 100644
--- a/scp.c
+++ b/scp.c
@@ -82,6 +82,7 @@ RCSID("$OpenBSD: scp.c,v 1.67 2001/04/16 02:31:43 mouring Exp $");
#include "pathnames.h"
#include "log.h"
#include "misc.h"
+#include "scp-common.h"
#ifdef HAVE___PROGNAME
extern char *__progname;