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" /* SVr4 1.8 */ - /* * This module establishes a unique connection on * a STREAMS-based pipe. */ #include <sys/types.h> --- 26,35 ----
*** 72,82 **** static struct modlstrmod modlstrmod = { &mod_strmodops, "Streams-based pipes", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlstrmod, NULL }; int _init() { --- 70,80 ---- static struct modlstrmod modlstrmod = { &mod_strmodops, "Streams-based pipes", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlstrmod, NULL } }; int _init() {