NetBSD's new mount system call needs the size of the opaque filesystem
authorChristos Zoulas <christos@zoulas.com>
Wed, 17 Sep 2008 20:06:28 +0000 (20:06 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 17 Sep 2008 20:06:28 +0000 (20:06 +0000)
commit90d78d8c72837fa408a654d53fae3d5f2f80770a
tree75b68c5d2dae2c0f829e77c96c778ac416123aad
parent67a13ceaf2a1e448f4d165c251849aee7eb1cc41
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.
Makefile.am
conf/trap/trap_netbsd.h [new file with mode: 0644]