mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
[build] Enable building with the Intel C compiler (icc)
This commit is contained in:
@@ -238,7 +238,7 @@ static int udp_tx ( struct udp_connection *udp, struct io_buffer *iobuf,
|
||||
* @ret udp UDP connection, or NULL
|
||||
*/
|
||||
static struct udp_connection * udp_demux ( struct sockaddr_tcpip *local ) {
|
||||
static const struct sockaddr_tcpip empty_sockaddr;
|
||||
static const struct sockaddr_tcpip empty_sockaddr = { .pad = { 0, } };
|
||||
struct udp_connection *udp;
|
||||
|
||||
list_for_each_entry ( udp, &udp_conns, list ) {
|
||||
|
||||
Reference in New Issue
Block a user