Print this page
7127 remove -Wno-missing-braces from Makefile.uts
@@ -22,12 +22,10 @@
/*
* 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>
@@ -74,12 +72,11 @@
&flowacct_ops
};
static struct modlinkage modlinkage = {
MODREV_1,
- (void *)&modlipp,
- NULL
+ { (void *)&modlipp, NULL }
};
int
_init(void)
{