From: Christos Zoulas Date: Wed, 17 Sep 2008 20:11:24 +0000 (+0000) Subject: NetBSD's new mount system call needs the size of the opaque filesystem X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=5023c4d97c5dfc6fa186019d394fd2a83ab2a930;p=am-utils-6.0.git NetBSD's new mount system call needs the size of the opaque filesystem specific structure, but passing 0 for now works. We would need to change a lot more code to pass the size from the fs-specific calls, so for now punt. --- diff --git a/m4/macros/check_mount_trap.m4 b/m4/macros/check_mount_trap.m4 index 29729a0..7c90c5b 100644 --- a/m4/macros/check_mount_trap.m4 +++ b/m4/macros/check_mount_trap.m4 @@ -37,6 +37,8 @@ case "${host_os_name}" in ac_cv_mount_trap=isc3 ;; stellix* ) ac_cv_mount_trap=stellix ;; + netbsd* ) + ac_cv_mount_trap=netbsd ;; * ) ac_cv_mount_trap=default ;; esac