1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-30 08:19:09 +00:00

Fix an external declaration that was causing telnetd to core dump.

MFC after:	1 week
PR:		37766
This commit is contained in:
Mark Murray 2002-05-06 09:46:29 +00:00
parent ae20a1b867
commit ee2ea5ceaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96108
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ DesData ck;
IdeaData ik;
extern int auth_debug_mode;
extern char *line;
extern char line[];
static int sra_valid = 0;
static int passwd_sent = 0;

View File

@ -60,7 +60,7 @@ DesData ck;
IdeaData ik;
extern int auth_debug_mode;
extern char *line;
extern char line[];
static int sra_valid = 0;
static int passwd_sent = 0;