fix netcat build problem
This commit is contained in:
parent
793b583d09
commit
afbd9ec9e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue