aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/nmb.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-05-23 23:47:54 +0000
committerMichael Brown <mcb30@etherboot.org>2005-05-23 23:47:54 +0000
commit7b423c098838fb4b972ac888ac6f94efda951765 (patch)
treec55dbb81000afe6e556caf9004ff830116117c36 /src/include/nmb.h
parent809933d9f7ef11b6cc6de38f2015b66c2d98a8b2 (diff)
downloadipxe-7b423c098838fb4b972ac888ac6f94efda951765.tar.gz
Fixes for gcc >= 3.2 from Georg Baum
Diffstat (limited to 'src/include/nmb.h')
-rw-r--r--src/include/nmb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nmb.h b/src/include/nmb.h
index 695f8e08..7948d9e4 100644
--- a/src/include/nmb.h
+++ b/src/include/nmb.h
@@ -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 ));