NetBSD's new mount system call needs the size of the opaque filesystem
authorChristos Zoulas <christos@zoulas.com>
Wed, 17 Sep 2008 20:11:24 +0000 (20:11 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 17 Sep 2008 20:11:24 +0000 (20:11 +0000)
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.

m4/macros/check_mount_trap.m4

index 29729a0bbfcb2291044b2e7901016e5ad3810364..7c90c5b1336d27338c29c9547e223cdab205d3df 100644 (file)
@@ -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