mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
telnet: kill off remaining duplicate definition
This commit is contained in:
parent
25ec355353
commit
103d3266eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359406
@ -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