Since the root-on-insecure-tty code was added to telnetd, a dependency

on char *line was added to libtelnet. Put a dummy one in to keep the
linker happy.
This commit is contained in:
Nick Sayer 2001-05-16 20:34:42 +00:00
parent 166b3cb9a0
commit 1848e3d448
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76697
2 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,8 @@ char *ipsec_policy_in = NULL;
char *ipsec_policy_out = NULL;
#endif
char *line; /* the telnetd side of libtelnet needs this */
int family = AF_UNSPEC;
/*

View File

@ -78,6 +78,8 @@ char *ipsec_policy_in = NULL;
char *ipsec_policy_out = NULL;
#endif
char *line; /* the telnetd side of libtelnet needs this */
int family = AF_UNSPEC;
/*