Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 67,78 ****
#include <inet/sctp_ip.h>
#include <sys/tsol/tndb.h>
#include <sys/tsol/tnet.h>
! static in6_addr_t ipv6_ll_template =
! {(uint32_t)V6_LINKLOCAL, 0x0, 0x0, 0x0};
static ipif_t *
ipif_lookup_interface_v6(const in6_addr_t *if_addr, const in6_addr_t *dst,
ip_stack_t *ipst);
--- 67,78 ----
#include <inet/sctp_ip.h>
#include <sys/tsol/tndb.h>
#include <sys/tsol/tnet.h>
! static in6_addr_t ipv6_ll_template = {
! {{(uint32_t)V6_LINKLOCAL, 0x0, 0x0, 0x0}}};
static ipif_t *
ipif_lookup_interface_v6(const in6_addr_t *if_addr, const in6_addr_t *dst,
ip_stack_t *ipst);