Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

*** 21,32 **** /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - #pragma ident "%Z%%M% %I% %E% SMI" - /* * DL_IB MAC Type plugin for the Nemo mac module */ #include <sys/types.h> --- 21,30 ----
*** 50,61 **** "Infiniband MAC Type plugin 1.0" }; static struct modlinkage mac_ib_modlinkage = { MODREV_1, ! &mac_ib_modlmisc, ! NULL }; static mactype_ops_t mac_ib_type_ops; int --- 48,59 ---- "Infiniband MAC Type plugin 1.0" }; static struct modlinkage mac_ib_modlinkage = { MODREV_1, ! { &mac_ib_modlmisc, ! NULL } }; static mactype_ops_t mac_ib_type_ops; int