summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
committerbde <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
commit90f30ee93626191441a5a77c6a4ef849d6c9ae47 (patch)
tree7eaf381e2fc106b355b61804fad03cfeb0a78218 /sys/kern/vfs_export.c
parentf45e5bde8ec262c34297fa1ecae9201b0bf56bdb (diff)
downloadFreeBSD-src-90f30ee93626191441a5a77c6a4ef849d6c9ae47.zip
FreeBSD-src-90f30ee93626191441a5a77c6a4ef849d6c9ae47.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/kern/vfs_export.c')
-rw-r--r--sys/kern/vfs_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index 93546ab..f92ee00 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -56,7 +56,7 @@ static MALLOC_DEFINE(M_NETADDR, "Export Host", "Export host address structure");
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);
+ struct export_args *argp);
/*
* Network address lookup element
OpenPOWER on IntegriCloud