diff options
author | mouring <mouring> | 2001-05-03 23:39:53 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-05-03 23:39:53 +0000 |
commit | a8ae8dcf074038eaabccc36175331926dbfce240 (patch) | |
tree | 154837c20a58369c2746b0cbe65e5a103b476586 /scp.c | |
parent | 5c6e609cadaefc46c3df736461457661a35dd9b0 (diff) | |
download | openssh-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |