From afbd9ec9e2dbad04834ce7ce53e58740434f32a5 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 17 Oct 2020 11:33:13 +1100 Subject: [PATCH] fix netcat build problem --- regress/netcat.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regress/netcat.c b/regress/netcat.c index d583176f1..20ec3f595 100644 --- a/regress/netcat.c +++ b/regress/netcat.c @@ -69,6 +69,9 @@ # include #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