summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2006-01-17 02:47:41 +0100
committerMichael Brown2006-01-17 02:47:41 +0100
commit5d28bae0f1f177c2bab72491ca67c36d2db957cc (patch)
tree6e5de5498f873f07b8145a090ab496cd67ef7fda /src/include/etherboot.h
parentReorder functions to match the linux driver. (diff)
downloadipxe-5d28bae0f1f177c2bab72491ca67c36d2db957cc.tar.gz
ipxe-5d28bae0f1f177c2bab72491ca67c36d2db957cc.tar.xz
ipxe-5d28bae0f1f177c2bab72491ca67c36d2db957cc.zip
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 7bc52311..83f117ef 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;