aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-01-17 01:47:41 +0000
committerMichael Brown <mcb30@etherboot.org>2006-01-17 01:47:41 +0000
commit5d28bae0f1f177c2bab72491ca67c36d2db957cc (patch)
tree6e5de5498f873f07b8145a090ab496cd67ef7fda /src/include/etherboot.h
parentbd9d4e0bd7c1ac816727b827e15d086e57faadd2 (diff)
downloadipxe-5d28bae0f1f177c2bab72491ca67c36d2db957cc.tar.gz
Fix up building with gcc 4.0.1 / gas 2.16.91
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index 7bc523119..83f117efd 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -285,7 +285,6 @@ extern int hostnamelen;
extern jmp_buf restart_etherboot;
extern int url_port;
extern struct arptable_t arptable[MAX_ARP];
-extern struct igmptable_t igmptable[MAX_IGMP];
#ifdef IMAGE_MENU
extern int menutmo,menudefault;
extern unsigned char *defparams;