summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vfsops.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 22:20:14 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 22:20:14 +0000
commit1446d094292532062a83b8dc4587f9b62a6120df (patch)
treecf7078f9ddebb58cb7cd55dcd736f1f25c75ac7f /sys/fs/ntfs/ntfs_vfsops.c
parentc147e70b997febc0da8565eecf0dabede1ba5f88 (diff)
downloadFreeBSD-src-1446d094292532062a83b8dc4587f9b62a6120df.zip
FreeBSD-src-1446d094292532062a83b8dc4587f9b62a6120df.tar.gz
Remove __P.
Diffstat (limited to 'sys/fs/ntfs/ntfs_vfsops.c')
-rw-r--r--sys/fs/ntfs/ntfs_vfsops.c26
1 files changed, 12 insertions, 14 deletions
diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c
index 48bacbe..5eaa02f 100644
--- a/sys/fs/ntfs/ntfs_vfsops.c
+++ b/sys/fs/ntfs/ntfs_vfsops.c
@@ -64,20 +64,18 @@ MALLOC_DEFINE(M_NTFSDIR,"NTFS dir", "NTFS dir buffer");
struct sockaddr;
-static int ntfs_root __P((struct mount *, struct vnode **));
-static int ntfs_statfs __P((struct mount *, struct statfs *,
- struct thread *));
-static int ntfs_unmount __P((struct mount *, int, struct thread *));
-static int ntfs_vget __P((struct mount *mp, ino_t ino, int lkflags,
- struct vnode **vpp));
-static int ntfs_mountfs __P((register struct vnode *, struct mount *,
- struct ntfs_args *, struct thread *));
-static int ntfs_vptofh __P((struct vnode *, struct fid *));
-static int ntfs_fhtovp __P((struct mount *, struct fid *,
- struct vnode **));
-static int ntfs_mount __P((struct mount *, char *, caddr_t,
- struct nameidata *, struct thread *));
-static int ntfs_init __P((struct vfsconf *));
+static int ntfs_root(struct mount *, struct vnode **);
+static int ntfs_statfs(struct mount *, struct statfs *, struct thread *);
+static int ntfs_unmount(struct mount *, int, struct thread *);
+static int ntfs_vget(struct mount *mp, ino_t ino, int lkflags,
+ struct vnode **vpp);
+static int ntfs_mountfs(register struct vnode *, struct mount *,
+ struct ntfs_args *, struct thread *);
+static int ntfs_vptofh(struct vnode *, struct fid *);
+static int ntfs_fhtovp(struct mount *, struct fid *, struct vnode **);
+static int ntfs_mount(struct mount *, char *, caddr_t,
+ struct nameidata *, struct thread *);
+static int ntfs_init(struct vfsconf *);
static int
ntfs_init (
OpenPOWER on IntegriCloud