[openssh-commits] [openssh] 01/01: fix reversed test
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 1 13:55:15 AEST 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 90a0b434ed41f9c505662dba8782591818599cb3
Author: Damien Miller <djm at mindrot.org>
Date: Fri May 1 13:55:03 2020 +1000
fix reversed test
---
regress/netcat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regress/netcat.c b/regress/netcat.c
index 08e642bc..fe94dd90 100644
--- a/regress/netcat.c
+++ b/regress/netcat.c
@@ -64,7 +64,7 @@
#ifdef HAVE_ERR_H
# include <err.h>
#endif
-#ifndef HAVE_SYS_BYTEORDER_H
+#ifdef HAVE_SYS_BYTEORDER_H
# include <sys/byteorder.h>
#endif
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list