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)
commit5023c4d97c5dfc6fa186019d394fd2a83ab2a930
tree76fd7f0a65c063886a50328e3aa3624a04216911
parentbcf9fd7eff4a9c78d418009138980d5d427ad910
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.
m4/macros/check_mount_trap.m4