projects
/
am-utils-6.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf9fd7
)
NetBSD's new mount system call needs the size of the opaque filesystem
author
Christos Zoulas
<christos@zoulas.com>
Wed, 17 Sep 2008 20:11:24 +0000
(20:11 +0000)
committer
Christos 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
patch
|
blob
|
history
diff --git
a/m4/macros/check_mount_trap.m4
b/m4/macros/check_mount_trap.m4
index 29729a0bbfcb2291044b2e7901016e5ad3810364..7c90c5b1336d27338c29c9547e223cdab205d3df 100644
(file)
--- 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