Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 26,37 ****
/*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- #pragma ident "%Z%%M% %I% %E% SMI" /* from S5R4 1.13 */
-
/*
* Description:
*
* The PTEM streams module is used as a pseudo driver emulator. Its purpose
* is to emulate the ioctl() functions of a terminal device driver.
--- 26,35 ----
*** 70,80 ****
static struct modlstrmod modlstrmod = {
&mod_strmodops, "pty hardware emulator", &fsw
};
static struct modlinkage modlinkage = {
! MODREV_1, &modlstrmod, NULL
};
int
_init()
{
--- 68,78 ----
static struct modlstrmod modlstrmod = {
&mod_strmodops, "pty hardware emulator", &fsw
};
static struct modlinkage modlinkage = {
! MODREV_1, { &modlstrmod, NULL }
};
int
_init()
{