summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nwfs/nwfs_node.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/nwfs/nwfs_node.c b/sys/fs/nwfs/nwfs_node.c
index 25d9225..18b4556 100644
--- a/sys/fs/nwfs/nwfs_node.c
+++ b/sys/fs/nwfs/nwfs_node.c
@@ -66,7 +66,7 @@ static int nwhashlock = 0;
MALLOC_DEFINE(M_NWNODE, "NWFS node", "NWFS vnode private part");
MALLOC_DEFINE(M_NWFSHASH, "NWFS hash", "NWFS has table");
-static int nwfs_sysctl_vnprint SYSCTL_HANDLER_ARGS;
+static int nwfs_sysctl_vnprint (SYSCTL_HANDLER_ARGS);
extern struct linker_set sysctl_vfs_nwfs;
@@ -86,7 +86,7 @@ nwfs_hash_free(void) {
}
int
-nwfs_sysctl_vnprint SYSCTL_HANDLER_ARGS {
+nwfs_sysctl_vnprint (SYSCTL_HANDLER_ARGS) {
struct nwnode *np;
struct nwnode_hash_head *nhpp;
struct vnode *vp;
OpenPOWER on IntegriCloud