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

*** 22,33 **** /* * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - #pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/types.h> #include <sys/systm.h> #include <sys/mutex.h> #include <sys/time.h> #include <sys/clock.h> --- 22,31 ----
*** 151,161 **** "TOD module for i86xpv" }; static struct modlinkage modl = { MODREV_1, ! &modlmisc }; int _init(void) { --- 149,159 ---- "TOD module for i86xpv" }; static struct modlinkage modl = { MODREV_1, ! { &modlmisc, NULL } }; int _init(void) {