From: Darren Tucker Date: Fri, 13 Feb 2026 20:34:44 +0000 (-0500) Subject: Remove DragonFlyBSD workaround for sys/mount.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2447697aaecae11d164f1ba30e06d14b5cabcdd;p=thirdparty%2Fopenssh-portable.git Remove DragonFlyBSD workaround for sys/mount.h. ... since we're not not including it at all any more. --- 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