fix netcat build problem

This commit is contained in:
Damien Miller 2020-10-17 11:33:13 +11:00
parent 793b583d09
commit afbd9ec9e2

View File

@ -69,6 +69,9 @@
# include <sys/byteorder.h>
#endif
/* rename to avoid collision in libssh */
#define timeout_connect netcat_timeout_connect
/* Telnet options from arpa/telnet.h */
#define IAC 255
#define DONT 254