Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 22,33 ****
/*
* 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>
--- 22,31 ----
*** 378,392 ****
#endif
static struct modlinkage modlinkage = {
MODREV_1,
! &modlsys,
#ifdef _SYSCALL32_IMPL
&modlsys32,
#endif
NULL
};
int
_init(void)
{
--- 376,391 ----
#endif
static struct modlinkage modlinkage = {
MODREV_1,
! { &modlsys,
#ifdef _SYSCALL32_IMPL
&modlsys32,
#endif
NULL
+ }
};
int
_init(void)
{