[openssh-commits] [openssh] 03/03: Remove DragonFlyBSD workaround for sys/mount.h.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 14 09:07:44 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit c2447697aaecae11d164f1ba30e06d14b5cabcdd
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Feb 13 15:34:44 2026 -0500
Remove DragonFlyBSD workaround for sys/mount.h.
... since we're not not including it at all any more.
---
configure.ac | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/configure.ac b/configure.ac
index ddb621670..e537c982a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -537,7 +537,6 @@ AC_CHECK_HEADERS([ \
poll.h \
stdint.h \
sys/mman.h \
- sys/mount.h \
sys/stat.h \
sys/statvfs.h \
sys/time.h \
@@ -572,18 +571,6 @@ for include in sys/queue.h sys/tree.h; do
esac >"$header"
done
-# DragonFly uses STAILQ_* in its sys/mount.h, so we explicitly
-# need to include the system one first, not our shim.
-case "$host" in
-*-*-dragonfly*)
- COMPATINCLUDES="$COMPATINCLUDESDIR"
- mkdir -p "$COMPATINCLUDES/sys"
- (echo '#include "/usr/include/sys/queue.h"'
- echo '#include "/usr/include/sys/mount.h"') \
- >"$COMPATINCLUDES/sys/mount.h"
- ;;
-esac
-
AC_CHECK_DECLS([le32toh, le64toh, htole64], [], [], [
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list