summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
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 1735693d6..10b77af6d 100644
--- a/scp.c
+++ b/scp.c
@@ -75,14 +75,13 @@
75 */ 75 */
76 76
77#include "includes.h" 77#include "includes.h"
78RCSID("$OpenBSD: scp.c,v 1.68 2001/04/22 12:34:05 markus Exp $"); 78RCSID("$OpenBSD: scp.c,v 1.69 2001/05/03 23:09:53 mouring Exp $");
79 79
80#include "xmalloc.h" 80#include "xmalloc.h"
81#include "atomicio.h" 81#include "atomicio.h"
82#include "pathnames.h" 82#include "pathnames.h"
83#include "log.h" 83#include "log.h"
84#include "misc.h" 84#include "misc.h"
85#include "scp-common.h"
86 85
87#ifdef HAVE___PROGNAME 86#ifdef HAVE___PROGNAME
88extern char *__progname; 87extern char *__progname;