Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 26,37 ****
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
- #pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* This module switches the read and write flush bits for each
* M_FLUSH control message it receives. It's intended usage is to
* properly flush a STREAMS-based pipe.
*/
--- 26,35 ----
*** 112,122 ****
static struct modlstrmod modlstrmod = {
&mod_strmodops, "pipe flushing module", &fsw
};
static struct modlinkage modlinkage = {
! MODREV_1, &modlstrmod, NULL
};
int
_init(void)
{
--- 110,120 ----
static struct modlstrmod modlstrmod = {
&mod_strmodops, "pipe flushing module", &fsw
};
static struct modlinkage modlinkage = {
! MODREV_1, { &modlstrmod, NULL }
};
int
_init(void)
{