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.


git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@76697 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
nsayer 2001-05-16 20:34:42 +00:00
parent 74034d9846
commit 7005445e10
1 changed files with 2 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;
/*