From fb4618c5aabd4795c0b40c996c627f9a6b2e6c40 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 5 May 1996 04:38:27 +0000 Subject: [PATCH] Removed external variable `sp' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@493 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp_var.h | 2 -- appl/ftp/ftp/globals.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/appl/ftp/ftp/ftp_var.h b/appl/ftp/ftp/ftp_var.h index 61846bf8f..515fbd3c4 100644 --- a/appl/ftp/ftp/ftp_var.h +++ b/appl/ftp/ftp/ftp_var.h @@ -90,8 +90,6 @@ extern char *hostname; /* name of host connected to */ extern int unix_server; /* server is unix, can use binary for ascii */ extern int unix_proxy; /* proxy is unix, can use binary for ascii */ -extern struct servent *sp; /* service spec for tcp/ftp */ - extern jmp_buf toplevel; /* non-local goto stuff for cmd scanner */ extern char line[200]; /* input line buffer */ diff --git a/appl/ftp/ftp/globals.c b/appl/ftp/ftp/globals.c index 10096df51..d3aca7e3c 100644 --- a/appl/ftp/ftp/globals.c +++ b/appl/ftp/ftp/globals.c @@ -46,8 +46,6 @@ char *hostname; /* name of host connected to */ int unix_server; /* server is unix, can use binary for ascii */ int unix_proxy; /* proxy is unix, can use binary for ascii */ -struct servent *sp; /* service spec for tcp/ftp */ - jmp_buf toplevel; /* non-local goto stuff for cmd scanner */ char line[200]; /* input line buffer */