From 67a58d0ffddc625bda615b9fb2b335e8d7ab979f Mon Sep 17 00:00:00 2001 From: yshang1 Date: Tue, 9 Oct 2007 09:30:52 +0000 Subject: Clean up Network Components to support GCC build. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4062 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/DxeNetLib/NetDebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Library/DxeNetLib/NetDebug.c') diff --git a/MdeModulePkg/Library/DxeNetLib/NetDebug.c b/MdeModulePkg/Library/DxeNetLib/NetDebug.c index ffaac1dbf7..e182b741f5 100644 --- a/MdeModulePkg/Library/DxeNetLib/NetDebug.c +++ b/MdeModulePkg/Library/DxeNetLib/NetDebug.c @@ -54,7 +54,7 @@ UINT8 mSyslogDstMac [NET_ETHER_ADDR_LEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff} UINT32 mSyslogDstIp = 0xffffffff; UINT32 mSyslogSrcIp = 0; -UINT8 * +CHAR8 * MonthName[] = { "Jan", "Feb", -- cgit v1.2.3