Fix macro so that we don't get missing initializer warnings.

This commit is contained in:
Alfred Perlstein 2004-07-17 23:56:24 +00:00
parent 86db59f8ab
commit 2603507443

View File

@ -536,7 +536,9 @@ struct vfsops {
#fsname, \
-1, \
0, \
flags \
flags, \
NULL, \
NULL \
}; \
static moduledata_t fsname ## _mod = { \
#fsname, \