Deleted Added
full compact
38c38
< * $FreeBSD: head/sys/fs/unionfs/union_vfsops.c 91406 2002-02-27 18:32:23Z jhb $
---
> * $FreeBSD: head/sys/fs/unionfs/union_vfsops.c 92727 2002-03-19 22:20:14Z alfred $
60,67c60,67
< extern int union_init __P((struct vfsconf *));
< static int union_mount __P((struct mount *mp, char *path, caddr_t data,
< struct nameidata *ndp, struct thread *td));
< static int union_root __P((struct mount *mp, struct vnode **vpp));
< static int union_statfs __P((struct mount *mp, struct statfs *sbp,
< struct thread *td));
< static int union_unmount __P((struct mount *mp, int mntflags,
< struct thread *td));
---
> extern int union_init(struct vfsconf *);
> static int union_mount(struct mount *mp, char *path, caddr_t data,
> struct nameidata *ndp, struct thread *td);
> static int union_root(struct mount *mp, struct vnode **vpp);
> static int union_statfs(struct mount *mp, struct statfs *sbp,
> struct thread *td);
> static int union_unmount(struct mount *mp, int mntflags,
> struct thread *td);