summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2006-03-23 21:34:08 +0100
committerMichael Brown2006-03-23 21:34:08 +0100
commit05b284399eedf50b360d7d70e821162c8ac79f3f (patch)
tree8705d17b5e569a8ff88b17958e161a9a946992f2 /src/include/etherboot.h
parentAssertions are now handled via the POSIX-like <assert.h>. (diff)
downloadipxe-05b284399eedf50b360d7d70e821162c8ac79f3f.tar.gz
ipxe-05b284399eedf50b360d7d70e821162c8ac79f3f.tar.xz
ipxe-05b284399eedf50b360d7d70e821162c8ac79f3f.zip
Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)
tcp.h.
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index d8fcc98c..6ce55c10 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -147,7 +147,7 @@ enum {
#include "if_arp.h"
#include "ip.h"
#include "udp.h"
-#include "tcp.h"
+#include "old_tcp.h"
#include "bootp.h"
#include "igmp.h"
#include "nfs.h"