Removed external variable `sp'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@493 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-05-05 04:38:27 +00:00
parent a28eb78a9d
commit fb4618c5aa
2 changed files with 0 additions and 4 deletions

View File

@@ -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 */

View File

@@ -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 */