Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 457,477 ****
OA_R,
OA_R,
OP_NP,
0,
sizeof (t_scalar_t),
! 0
},
{
SO_RECVUCRED,
SOL_SOCKET,
OA_RW,
OA_RW,
OP_NP,
0,
sizeof (int),
! 0
}
};
/*
* Table of all supported levels
--- 457,477 ----
OA_R,
OA_R,
OP_NP,
0,
sizeof (t_scalar_t),
! { 0 }
},
{
SO_RECVUCRED,
SOL_SOCKET,
OA_RW,
OA_RW,
OP_NP,
0,
sizeof (int),
! { 0 }
}
};
/*
* Table of all supported levels
*** 746,757 ****
/*
* Module linkage information for the kernel.
*/
static struct modlinkage modlinkage = {
MODREV_1,
! &modldrv,
! NULL
};
/*
* Templates for response to info request
* Check sanity of unlimited connect data etc.
--- 746,756 ----
/*
* Module linkage information for the kernel.
*/
static struct modlinkage modlinkage = {
MODREV_1,
! { &modldrv, NULL }
};
/*
* Templates for response to info request
* Check sanity of unlimited connect data etc.