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:
@@ -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_server; /* server is unix, can use binary for ascii */
|
||||||
extern int unix_proxy; /* proxy 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 jmp_buf toplevel; /* non-local goto stuff for cmd scanner */
|
||||||
|
|
||||||
extern char line[200]; /* input line buffer */
|
extern char line[200]; /* input line buffer */
|
||||||
|
@@ -46,8 +46,6 @@ char *hostname; /* name of host connected to */
|
|||||||
int unix_server; /* server is unix, can use binary for ascii */
|
int unix_server; /* server is unix, can use binary for ascii */
|
||||||
int unix_proxy; /* proxy 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 */
|
jmp_buf toplevel; /* non-local goto stuff for cmd scanner */
|
||||||
|
|
||||||
char line[200]; /* input line buffer */
|
char line[200]; /* input line buffer */
|
||||||
|
Reference in New Issue
Block a user