mirror of https://github.com/ipxe/ipxe.git
Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)
tcp.h.pull/1/head
parent
af23ff8a24
commit
05b284399e
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "proto.h"
|
||||
#include "tcp.h"
|
||||
#include "old_tcp.h"
|
||||
#include "url.h"
|
||||
#include "etherboot.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue