summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authormouring <mouring>2001-05-03 23:39:53 +0000
committermouring <mouring>2001-05-03 23:39:53 +0000
commita8ae8dcf074038eaabccc36175331926dbfce240 (patch)
tree154837c20a58369c2746b0cbe65e5a103b476586 /scp.c
parent5c6e609cadaefc46c3df736461457661a35dd9b0 (diff)
downloadopenssh-a8ae8dcf074038eaabccc36175331926dbfce240.tar.gz
- mouring@cvs.openbsd.org 2001/05/03 23:09:53
[misc.c misc.h scp.c sftp.c] Move colon() and cleanhost() to misc.c where I should I have put it in the first place
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index 1735693d..10b77af6 100644
--- a/scp.c
+++ b/scp.c
@@ -75,14 +75,13 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.68 2001/04/22 12:34:05 markus Exp $");
+RCSID("$OpenBSD: scp.c,v 1.69 2001/05/03 23:09:53 mouring Exp $");
#include "xmalloc.h"
#include "atomicio.h"
#include "pathnames.h"
#include "log.h"
#include "misc.h"
-#include "scp-common.h"
#ifdef HAVE___PROGNAME
extern char *__progname;