mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
Fixes for gcc >= 3.2 from Georg Baum
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#define NBNS_UDP_PORT 137
|
||||
|
||||
struct dns_rr_info_nb {
|
||||
struct dns_rr_info;
|
||||
struct dns_rr_info info;
|
||||
uint16_t nb_flags;
|
||||
struct in_addr nb_address;
|
||||
} __attribute__ (( packed ));
|
||||
|
||||
Reference in New Issue
Block a user