[openssh-commits] [openssh] 01/01: minix needs BROKEN_POLL too; chokes on /dev/null
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 17 22:54:42 AEDT 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit f7fc6a43f1173e8b2c38770bf6cee485a562d03b
Author: Damien Miller <djm at mindrot.org>
Date: Thu Feb 17 22:54:19 2022 +1100
minix needs BROKEN_POLL too; chokes on /dev/null
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 062682be..a22eb444 100644
--- a/configure.ac
+++ b/configure.ac
@@ -969,6 +969,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
;;
*-*-minix)
AC_DEFINE([SETEUID_BREAKS_SETUID])
+ # poll(2) seems to choke on /dev/null; "Bad file descriptor"
+ AC_DEFINE([BROKEN_POLL], [1],
+ [System poll(2) implementation is broken])
;;
mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to acquire controlling tty])
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list