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
+1 -1
View File
@@ -1,5 +1,5 @@
#include "proto.h"
#include "tcp.h"
#include "old_tcp.h"
#include "url.h"
#include "etherboot.h"
+1 -1
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"