From 1446d094292532062a83b8dc4587f9b62a6120df Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 19 Mar 2002 22:20:14 +0000 Subject: Remove __P. --- sys/fs/umapfs/umap_subr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/fs/umapfs/umap_subr.c') diff --git a/sys/fs/umapfs/umap_subr.c b/sys/fs/umapfs/umap_subr.c index 44730bd..02aec89 100644 --- a/sys/fs/umapfs/umap_subr.c +++ b/sys/fs/umapfs/umap_subr.c @@ -64,11 +64,11 @@ static LIST_HEAD(umap_node_hashhead, umap_node) *umap_node_hashtbl; static u_long umap_node_hash; -static u_long umap_findid __P((u_long id, u_long map[][2], int nentries)); -static int umap_node_alloc __P((struct mount *mp, struct vnode *lowervp, - struct vnode **vpp)); +static u_long umap_findid(u_long id, u_long map[][2], int nentries); +static int umap_node_alloc(struct mount *mp, struct vnode *lowervp, + struct vnode **vpp); static struct vnode * - umap_node_find __P((struct mount *mp, struct vnode *targetvp)); + umap_node_find(struct mount *mp, struct vnode *targetvp); /* * Initialise cache headers -- cgit v1.1