summaryrefslogtreecommitdiffstats
path: root/sys/fs/portalfs/portal_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/portalfs/portal_vfsops.c')
-rw-r--r--sys/fs/portalfs/portal_vfsops.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/fs/portalfs/portal_vfsops.c b/sys/fs/portalfs/portal_vfsops.c
index 258f509..c0f4022 100644
--- a/sys/fs/portalfs/portal_vfsops.c
+++ b/sys/fs/portalfs/portal_vfsops.c
@@ -62,13 +62,13 @@
static MALLOC_DEFINE(M_PORTALFSMNT, "PORTAL mount", "PORTAL mount structure");
-static int portal_mount __P((struct mount *mp, char *path, caddr_t data,
- struct nameidata *ndp, struct thread *td));
-static int portal_unmount __P((struct mount *mp, int mntflags,
- struct thread *td));
-static int portal_root __P((struct mount *mp, struct vnode **vpp));
-static int portal_statfs __P((struct mount *mp, struct statfs *sbp,
- struct thread *td));
+static int portal_mount(struct mount *mp, char *path, caddr_t data,
+ struct nameidata *ndp, struct thread *td);
+static int portal_unmount(struct mount *mp, int mntflags,
+ struct thread *td);
+static int portal_root(struct mount *mp, struct vnode **vpp);
+static int portal_statfs(struct mount *mp, struct statfs *sbp,
+ struct thread *td);
/*
* Mount the per-process file descriptors (/dev/fd)
OpenPOWER on IntegriCloud