diff options
Diffstat (limited to 'sys/fs/fdescfs/fdesc.h')
-rw-r--r-- | sys/fs/fdescfs/fdesc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/fdescfs/fdesc.h b/sys/fs/fdescfs/fdesc.h index f90ea8d..b7dc490 100644 --- a/sys/fs/fdescfs/fdesc.h +++ b/sys/fs/fdescfs/fdesc.h @@ -62,8 +62,8 @@ struct fdescnode { #define VFSTOFDESC(mp) ((struct fdescmount *)((mp)->mnt_data)) #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) -extern int fdesc_init __P((struct vfsconf *)); -extern int fdesc_root __P((struct mount *, struct vnode **)); -extern int fdesc_allocvp __P((fdntype, int, struct mount *, struct vnode **, - struct thread *)); +extern int fdesc_init(struct vfsconf *); +extern int fdesc_root(struct mount *, struct vnode **); +extern int fdesc_allocvp(fdntype, int, struct mount *, struct vnode **, + struct thread *); #endif /* _KERNEL */ |