Print this page
fixup .text where possible
7127 remove -Wno-missing-braces from Makefile.uts
@@ -21,12 +21,12 @@
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
+
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/cred.h>
#include <sys/vfs.h>
@@ -333,11 +333,11 @@
{ VOPNAME_ACCESS, { .vop_access = ctfs_ev_access } },
{ VOPNAME_READDIR, { .error = fs_notdir } },
{ VOPNAME_LOOKUP, { .error = fs_notdir } },
{ VOPNAME_INACTIVE, { .vop_inactive = ctfs_ev_inactive } },
{ VOPNAME_POLL, { .vop_poll = ctfs_ev_poll } },
- { NULL, NULL }
+ { NULL, { NULL } }
};
/*
* ctfs_create_pbundle
*
@@ -493,7 +493,7 @@
{ VOPNAME_ACCESS, { .vop_access = ctfs_access_readonly } },
{ VOPNAME_READDIR, { .error = fs_notdir } },
{ VOPNAME_LOOKUP, { .error = fs_notdir } },
{ VOPNAME_INACTIVE, { .vop_inactive = ctfs_bu_inactive } },
{ VOPNAME_POLL, { .vop_poll = ctfs_bu_poll } },
- { NULL, NULL }
+ { NULL, { NULL } }
};