summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-24 07:30:00 +0000
committerjeff <jeff@FreeBSD.org>2005-03-24 07:30:00 +0000
commit5528d705e8e8b6b0f31749590ccd903e2f51b55b (patch)
tree35161a352d0165972c059db817f6cc2d4064e062
parentcc2d1630caa5935895b50ba56327dd96d54b083b (diff)
downloadFreeBSD-src-5528d705e8e8b6b0f31749590ccd903e2f51b55b.zip
FreeBSD-src-5528d705e8e8b6b0f31749590ccd903e2f51b55b.tar.gz
- Fixup the default vfs_root function to match the new prototype.
Sponsored by: Isilon Systems, Inc.
-rw-r--r--sys/kern/vfs_default.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index cfe89ac..6552a1f 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -493,8 +493,9 @@ vop_stdputpages(ap)
* used to fill the vfs function table to get reasonable default return values.
*/
int
-vfs_stdroot (mp, vpp, td)
+vfs_stdroot (mp, flags, vpp, td)
struct mount *mp;
+ int flags;
struct vnode **vpp;
struct thread *td;
{
OpenPOWER on IntegriCloud