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 88b0081..93546ab 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -53,10 +53,10 @@
static MALLOC_DEFINE(M_NETADDR, "Export Host", "Export host address structure");
-static void vfs_free_addrlist __P((struct netexport *nep));
-static int vfs_free_netcred __P((struct radix_node *rn, void *w));
-static int vfs_hang_addrlist __P((struct mount *mp, struct netexport *nep,
- struct export_args *argp));
+static void vfs_free_addrlist(struct netexport *nep);
+static int vfs_free_netcred(struct radix_node *rn, void *w);
+static int vfs_hang_addrlist(struct mount *mp, struct netexport *nep,
+ struct export_args *argp);
/*
* Network address lookup element
OpenPOWER on IntegriCloud