summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-07-17 23:56:24 +0000
committeralfred <alfred@FreeBSD.org>2004-07-17 23:56:24 +0000
commit87a7f91241b8c7ba52924be3b6e47bb6c0754df6 (patch)
treed2b8f43514576de0f98decf18216742f3e3419e0 /sys
parentc1828db2c94f33cbab057a53c75f407a3d6c387b (diff)
downloadFreeBSD-src-87a7f91241b8c7ba52924be3b6e47bb6c0754df6.zip
FreeBSD-src-87a7f91241b8c7ba52924be3b6e47bb6c0754df6.tar.gz
Fix macro so that we don't get missing initializer warnings.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index e0893c9..a9b7081 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -536,7 +536,9 @@ struct vfsops {
#fsname, \
-1, \
0, \
- flags \
+ flags, \
+ NULL, \
+ NULL \
}; \
static moduledata_t fsname ## _mod = { \
#fsname, \
OpenPOWER on IntegriCloud