david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)

tcp.h.
This commit is contained in:
Michael Brown 2006-03-23 20:34:08 +00:00
parent af23ff8a24
commit 05b284399e
4 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -1,5 +1,5 @@
#include "proto.h"
#include "tcp.h"
#include "old_tcp.h"
#include "url.h"
#include "etherboot.h"

View File

@ -1,5 +1,5 @@
#include "tftp.h"
#include "tcp.h" /* for struct tcphdr */
#include "old_tcp.h" /* for struct tcphdr */
#include "errno.h"
#include "etherboot.h"
#include "tftpcore.h"