Fix ICC build break.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6464 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-11-12 01:14:36 +00:00
parent 6f4ee195af
commit c6bc765fca
2 changed files with 9 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ BOOLEAN
// Notice the special cases that DHCP can configure the interface
// with 0.0.0.0/0.0.0.0.
//
typedef struct _IP4_INTERFACE {
struct _IP4_INTERFACE {
UINT32 Signature;
LIST_ENTRY Link;
INTN RefCnt;
@@ -196,7 +196,7 @@ typedef struct _IP4_INTERFACE {
//
LIST_ENTRY IpInstances;
BOOLEAN PromiscRecv;
} IP4_INTERFACE;
};
IP4_INTERFACE *
Ip4CreateInterface (