Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 22,33 ****
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Redirection STREAMS module.
*
* This module is intended for use in conjunction with instantiations of the
* redirection driver. Its purpose in life is to detect when the stream that
--- 22,31 ----
*** 104,114 ****
"redirection module",
&fsw
};
static struct modlinkage modlinkage = {
! MODREV_1, &modlstrmod, NULL
};
int
_init()
{
--- 102,112 ----
"redirection module",
&fsw
};
static struct modlinkage modlinkage = {
! MODREV_1, { &modlstrmod, NULL }
};
int
_init()
{