mirror of
https://github.com/ipxe/ipxe
synced 2025-12-08 18:30:28 +03:00
Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)
tcp.h.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user