summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_export.c')
-rw-r--r--sys/kern/vfs_export.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index 2588464..eaec53b 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -2028,10 +2028,10 @@ DB_SHOW_COMMAND(lockedvnodes, lockedvnodes)
/*
* Top level filesystem related information gathering.
*/
-static int sysctl_ovfs_conf __P(SYSCTL_HANDLER_ARGS);
+static int sysctl_ovfs_conf __P((SYSCTL_HANDLER_ARGS));
static int
-vfs_sysctl SYSCTL_HANDLER_ARGS
+vfs_sysctl (SYSCTL_HANDLER_ARGS)
{
int *name = (int *)arg1 - 1; /* XXX */
u_int namelen = arg2 + 1; /* XXX */
@@ -2081,7 +2081,7 @@ SYSCTL_NODE(_vfs, VFS_GENERIC, generic, CTLFLAG_RD, vfs_sysctl,
#if 1 || defined(COMPAT_PRELITE2)
static int
-sysctl_ovfs_conf SYSCTL_HANDLER_ARGS
+sysctl_ovfs_conf (SYSCTL_HANDLER_ARGS)
{
int error;
struct vfsconf *vfsp;
@@ -2110,7 +2110,7 @@ sysctl_ovfs_conf SYSCTL_HANDLER_ARGS
*/
/* ARGSUSED */
static int
-sysctl_vnode SYSCTL_HANDLER_ARGS
+sysctl_vnode (SYSCTL_HANDLER_ARGS)
{
struct proc *p = curproc; /* XXX */
struct mount *mp, *nmp;
OpenPOWER on IntegriCloud