Print this page
7127 remove -Wno-missing-braces from Makefile.uts
@@ -48,18 +48,18 @@
#include <sys/aggr.h>
#include <sys/aggr_impl.h>
static struct ether_addr etherzeroaddr = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
};
/*
* Slow_Protocol_Multicast address, as per IEEE 802.3ad spec.
*/
static struct ether_addr slow_multicast_addr = {
- 0x01, 0x80, 0xc2, 0x00, 0x00, 0x02
+ {0x01, 0x80, 0xc2, 0x00, 0x00, 0x02}
};
#ifdef DEBUG
/* LACP state machine debugging support */
static uint32_t aggr_lacp_debug = 0;