summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-09 09:30:52 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-09 09:30:52 +0000
commit67a58d0ffddc625bda615b9fb2b335e8d7ab979f (patch)
tree39af299d9d1b5fd25c7ed051336327736b2cd138 /MdeModulePkg/Library
parent0c6bbb63f98b5e62f60511cac1cc12c070888191 (diff)
downloadedk2-67a58d0ffddc625bda615b9fb2b335e8d7ab979f.zip
edk2-67a58d0ffddc625bda615b9fb2b335e8d7ab979f.tar.gz
edk2-67a58d0ffddc625bda615b9fb2b335e8d7ab979f.tar.bz2
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
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r--MdeModulePkg/Library/DxeNetLib/NetDebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxeNetLib/NetDebug.c b/MdeModulePkg/Library/DxeNetLib/NetDebug.c
index ffaac1d..e182b74 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",