Print this page
7127 remove -Wno-missing-braces from Makefile.uts
@@ -22,12 +22,10 @@
/*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/acctctl.h>
#include <sys/cmn_err.h>
#include <sys/cred.h>
#include <sys/errno.h>
#include <sys/exacct.h>
@@ -378,15 +376,16 @@
#endif
static struct modlinkage modlinkage = {
MODREV_1,
- &modlsys,
+ { &modlsys,
#ifdef _SYSCALL32_IMPL
&modlsys32,
#endif
NULL
+ }
};
int
_init(void)
{