mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-22 18:02:20 +00:00
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
Block a user