Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 22,33 ****
/*
* Copyright 2002 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/conf.h>
#include <sys/atomic.h>
#include <sys/systm.h>
#include <sys/socket.h>
--- 22,31 ----
*** 74,85 ****
&flowacct_ops
};
static struct modlinkage modlinkage = {
MODREV_1,
! (void *)&modlipp,
! NULL
};
int
_init(void)
{
--- 72,82 ----
&flowacct_ops
};
static struct modlinkage modlinkage = {
MODREV_1,
! { (void *)&modlipp, NULL }
};
int
_init(void)
{