[openssh-commits] [openssh] 01/01: fix netcat build problem
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Oct 17 11:33:18 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit afbd9ec9e2dbad04834ce7ce53e58740434f32a5
Author: Damien Miller <djm at mindrot.org>
Date: Sat Oct 17 11:33:13 2020 +1100
fix netcat build problem
---
regress/netcat.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/regress/netcat.c b/regress/netcat.c
index d583176f..20ec3f59 100644
--- a/regress/netcat.c
+++ b/regress/netcat.c
@@ -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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list