Mailing List Archive

[openssh] 01/01: fix netcat build problem
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@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@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits