summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vnops.c
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-09-05 07:54:39 +0000
committerbp <bp@FreeBSD.org>2000-09-05 07:54:39 +0000
commit7106b8bf8a4049b6fe4ceaaa93f7691fe1be1920 (patch)
tree84a21dac5cf261138aec9a34408ad04476c4cb8a /sys/fs/nullfs/null_vnops.c
parent81eb6ee3cf8a30f5669bbf89538ad5605f839c63 (diff)
downloadFreeBSD-src-7106b8bf8a4049b6fe4ceaaa93f7691fe1be1920.zip
FreeBSD-src-7106b8bf8a4049b6fe4ceaaa93f7691fe1be1920.tar.gz
Get rid from the __P() macros.
Encouraged by: peter
Diffstat (limited to 'sys/fs/nullfs/null_vnops.c')
-rw-r--r--sys/fs/nullfs/null_vnops.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index 9861733..8329d5e 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -188,15 +188,15 @@ static int null_bug_bypass = 0; /* for debugging: enables bypass printf'ing */
SYSCTL_INT(_debug, OID_AUTO, nullfs_bug_bypass, CTLFLAG_RW,
&null_bug_bypass, 0, "");
-static int null_access __P((struct vop_access_args *ap));
-static int null_getattr __P((struct vop_getattr_args *ap));
-static int null_inactive __P((struct vop_inactive_args *ap));
-static int null_lock __P((struct vop_lock_args *ap));
-static int null_lookup __P((struct vop_lookup_args *ap));
-static int null_print __P((struct vop_print_args *ap));
-static int null_reclaim __P((struct vop_reclaim_args *ap));
-static int null_setattr __P((struct vop_setattr_args *ap));
-static int null_unlock __P((struct vop_unlock_args *ap));
+static int null_access(struct vop_access_args *ap);
+static int null_getattr(struct vop_getattr_args *ap);
+static int null_inactive(struct vop_inactive_args *ap);
+static int null_lock(struct vop_lock_args *ap);
+static int null_lookup(struct vop_lookup_args *ap);
+static int null_print(struct vop_print_args *ap);
+static int null_reclaim(struct vop_reclaim_args *ap);
+static int null_setattr(struct vop_setattr_args *ap);
+static int null_unlock(struct vop_unlock_args *ap);
/*
* This is the 10-Apr-92 bypass routine.
OpenPOWER on IntegriCloud