Print this page
7127  remove -Wno-missing-braces from Makefile.uts

@@ -1256,12 +1256,12 @@
 /*
  * These VP's should never see the light of day.  They should always
  * be covered.
  */
 static const fs_operation_def_t zfsctl_tops_snapshot[] = {
-        VOPNAME_INACTIVE, { .vop_inactive =  zfsctl_snapshot_inactive },
-        NULL, NULL
+        { VOPNAME_INACTIVE, { .vop_inactive =  zfsctl_snapshot_inactive } },
+        { NULL, { NULL } }
 };
 
 int
 zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp)
 {