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" /* from S5R4 1.4 */ - /* * Transport Interface Library read/write module - issue 1 */ #include <sys/types.h> --- 26,35 ----
*** 124,134 **** static struct modlstrmod modlstrmod = { &mod_strmodops, "xport interface rd/wr str mod", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, &modlstrmod, NULL }; int _init(void) { --- 122,132 ---- static struct modlstrmod modlstrmod = { &mod_strmodops, "xport interface rd/wr str mod", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, { &modlstrmod, NULL } }; int _init(void) {