Fix macro so that we don't get missing initializer warnings.
This commit is contained in:
parent
86db59f8ab
commit
2603507443
@ -536,7 +536,9 @@ struct vfsops {
|
||||
#fsname, \
|
||||
-1, \
|
||||
0, \
|
||||
flags \
|
||||
flags, \
|
||||
NULL, \
|
||||
NULL \
|
||||
}; \
|
||||
static moduledata_t fsname ## _mod = { \
|
||||
#fsname, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user