summaryrefslogtreecommitdiffstats
path: root/sys/nfs
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
committerkevlo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
commitceb08698f2ab235d37571dd8489ae8313efcbfb7 (patch)
treef558c08714a1def984e388cf1f14e3786bf01dbf /sys/nfs
parentc88713bcea5c98dce43bbbaee2f92b006fa2b6fe (diff)
downloadFreeBSD-src-ceb08698f2ab235d37571dd8489ae8313efcbfb7.zip
FreeBSD-src-ceb08698f2ab235d37571dd8489ae8313efcbfb7.tar.gz
Revert previous commit...
Pointyhat to: kevlo (myself)
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_nfssvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfs/nfs_nfssvc.c b/sys/nfs/nfs_nfssvc.c
index 929aa6a..9680eb7 100644
--- a/sys/nfs/nfs_nfssvc.c
+++ b/sys/nfs/nfs_nfssvc.c
@@ -147,7 +147,7 @@ nfssvc_modevent(module_t mod, int type, void *data)
static moduledata_t nfssvc_mod = {
"nfssvc",
nfssvc_modevent,
- NULL
+ NULL,
};
DECLARE_MODULE(nfssvc, nfssvc_mod, SI_SUB_VFS, SI_ORDER_ANY);
OpenPOWER on IntegriCloud