diff options
| author | Boris Popov <bp@FreeBSD.org> | 2000-09-05 07:54:39 +0000 |
|---|---|---|
| committer | Boris Popov <bp@FreeBSD.org> | 2000-09-05 07:54:39 +0000 |
| commit | 7da1e3f0b01015710d1ddb4dc1b95c167c1409ff (patch) | |
| tree | b1897fb05203984b704ad502352684912e209883 /sys/miscfs/nullfs/null_subr.c | |
| parent | e81c5f4307eca5a02d8aac35be0d368b95a6636b (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/nullfs/null_subr.c')
| -rw-r--r-- | sys/miscfs/nullfs/null_subr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/miscfs/nullfs/null_subr.c b/sys/miscfs/nullfs/null_subr.c index ad37a1ef4788c..900bd150a212e 100644 --- a/sys/miscfs/nullfs/null_subr.c +++ b/sys/miscfs/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 |
