summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorMichael Brown2008-03-23 23:05:29 +0100
committerMichael Brown2008-03-23 23:05:47 +0100
commit2af6c8d130b6ada61f98fc02c7911aad51768ea3 (patch)
tree83a2d61d5067e2d06745365abbe144baf8b3e2ab /src/proto
parent[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO (diff)
downloadipxe-2af6c8d130b6ada61f98fc02c7911aad51768ea3.tar.gz
ipxe-2af6c8d130b6ada61f98fc02c7911aad51768ea3.tar.xz
ipxe-2af6c8d130b6ada61f98fc02c7911aad51768ea3.zip
[IPv4] Tidy up some header files.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/igmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/igmp.c b/src/proto/igmp.c
index ef1ff714..d711421a 100644
--- a/src/proto/igmp.c
+++ b/src/proto/igmp.c
@@ -3,11 +3,11 @@
*
*/
+#if 0
+
#include <ip.h>
#include <igmp.h>
-#if 0
-
static unsigned long last_igmpv1 = 0;
static struct igmptable_t igmptable[MAX_IGMP];