telnet: kill off remaining duplicate definition
This commit is contained in:
parent
b68fccd4d4
commit
3d7d411366
@ -44,8 +44,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <libtelnet/encrypt.h>
|
||||
#endif
|
||||
|
||||
char *terminaltype;
|
||||
|
||||
unsigned char doopt[] = { IAC, DO, '%', 'c', 0 };
|
||||
unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
|
||||
unsigned char will[] = { IAC, WILL, '%', 'c', 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user