mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-09 11:09:33 +00:00
fix netcat build problem
This commit is contained in:
parent
793b583d09
commit
afbd9ec9e2
@ -69,6 +69,9 @@
|
|||||||
# include <sys/byteorder.h>
|
# include <sys/byteorder.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* rename to avoid collision in libssh */
|
||||||
|
#define timeout_connect netcat_timeout_connect
|
||||||
|
|
||||||
/* Telnet options from arpa/telnet.h */
|
/* Telnet options from arpa/telnet.h */
|
||||||
#define IAC 255
|
#define IAC 255
|
||||||
#define DONT 254
|
#define DONT 254
|
||||||
|
Loading…
Reference in New Issue
Block a user