http://git.etherboot.org
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[IPv4] Tidy up some header files.
[gpxe.git]
/
src
/
proto
/
igmp.c
diff --git
a/src/proto/igmp.c
b/src/proto/igmp.c
index
d61f6c4
..
d711421
100644
(file)
--- a/
src/proto/igmp.c
+++ b/
src/proto/igmp.c
@@
-3,11
+3,10
@@
*
*/
+#if 0
+
#include <ip.h>
#include <igmp.h>
-#include <background.h>
-#include <nic.h>
-#include <etherboot.h>
static unsigned long last_igmpv1 = 0;
static struct igmptable_t igmptable[MAX_IGMP];
@@
-164,3
+163,5
@@
void join_group ( int slot, unsigned long group ) {
igmptable[slot].time = currticks();
}
}
+
+#endif