Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 22,33 **** /* * Copyright (c) 1990-1997 by Sun Microsystems, Inc. * All rights reserved. */ - #pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/types.h> #include <sys/sunddi.h> #include <sys/errno.h> #include <sys/modctl.h> --- 22,31 ----
*** 34,44 **** static struct modlmisc modlmisc = { &mod_miscops, "KTLI misc module" }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; int _init(void) { --- 32,42 ---- static struct modlmisc modlmisc = { &mod_miscops, "KTLI misc module" }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; int _init(void) {