提交 ed238475 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix mac build

上级 5a4c25df
Sun Jul 31 18:36:02 CDT 2011
Mon Aug 1 10:01:41 CDT 2011
......@@ -347,9 +347,9 @@ void tport_capt_msg(tport_t const *self, msg_t *msg, size_t n,
int buflen = 0, error;
su_sockaddr_t const *su, *su_self;
struct hep_hdr hep_header;
struct hep_iphdr hep_ipheader = {0,0,0,0,0,0};
struct hep_iphdr hep_ipheader = {{0}};
#if SU_HAVE_IN6
struct hep_ip6hdr hep_ip6header = {0,0,0,0,0,0};
struct hep_ip6hdr hep_ip6header = {{{{0}}}};
#endif
int eth_frame_len = 8000;
char* buffer;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论