From 82f077d0dcb72ccc4e8829d5c8edcf2e3f940082 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 20 Apr 2001 04:59:22 +0000 Subject: [PATCH] - (bal) Put scp-common.h back into scp.c (it exists in the upstream tree) pointed out by Tom Holroyd --- ChangeLog | 4 +++- scp.c | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a9e33c196..221526e67 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 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 0c4400f67..6444ca885 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;