diff options
| author | Michael Brown | 2006-03-24 18:39:05 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-03-24 18:39:05 +0100 |
| commit | ee058362face43b47f72ee9178040a70ee415dba (patch) | |
| tree | 13d492dea55037b655eb9eaa7c297c783d4ca177 | |
| parent | Allow specifying the local IP address via --from. (diff) | |
| download | ipxe-ee058362face43b47f72ee9178040a70ee415dba.tar.gz ipxe-ee058362face43b47f72ee9178040a70ee415dba.tar.xz ipxe-ee058362face43b47f72ee9178040a70ee415dba.zip | |
We don't need to know anything about ARP
| -rw-r--r-- | src/proto/tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/tcp.c b/src/proto/tcp.c index e12fff7cc..0010f64f0 100644 --- a/src/proto/tcp.c +++ b/src/proto/tcp.c @@ -3,7 +3,6 @@ #include <byteswap.h> #include <gpxe/tcp.h> #include "uip/uip.h" -#include "uip/uip_arp.h" /** @file * |
