diff options
Diffstat (limited to 'sys/fs/nullfs/null_subr.c')
-rw-r--r-- | sys/fs/nullfs/null_subr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/nullfs/null_subr.c b/sys/fs/nullfs/null_subr.c index ad37a1e..900bd15 100644 --- a/sys/fs/nullfs/null_subr.c +++ b/sys/fs/nullfs/null_subr.c @@ -62,10 +62,10 @@ static LIST_HEAD(null_node_hashhead, null_node) *null_node_hashtbl; static u_long null_node_hash; -static int null_node_alloc __P((struct mount *mp, struct vnode *lowervp, - struct vnode **vpp)); +static int null_node_alloc(struct mount *mp, struct vnode *lowervp, + struct vnode **vpp); static struct vnode * - null_node_find __P((struct mount *mp, struct vnode *lowervp)); + null_node_find(struct mount *mp, struct vnode *lowervp); /* * Initialise cache headers |