summaryrefslogtreecommitdiff
path: root/StdLib/EfiSocketLib/UseEfiSocketLib.c
diff options
context:
space:
mode:
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-02 20:52:36 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-02 20:52:36 +0000
commiteb222aea1d4385fe7e0136686090907686f9cde6 (patch)
tree1b5a6b9ce8a1ca690b4068e9a2e33c717b879151 /StdLib/EfiSocketLib/UseEfiSocketLib.c
parent05f9aa4026bd5fc401bf588582c080f919b52f2d (diff)
downloadedk2-platforms-eb222aea1d4385fe7e0136686090907686f9cde6.tar.xz
Fix GCC build breaks.
Fix case mismatch for includes of "Socket.h". Original code was <socket.h> while file was Socket.h in the same directory as the .c file. Add EFIAPI to function declarations so that they match the definition. Remove "ineffective" statements from stub functions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12076 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/EfiSocketLib/UseEfiSocketLib.c')
-rw-r--r--StdLib/EfiSocketLib/UseEfiSocketLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/EfiSocketLib/UseEfiSocketLib.c b/StdLib/EfiSocketLib/UseEfiSocketLib.c
index b0e8ef671a..a07b2b6e22 100644
--- a/StdLib/EfiSocketLib/UseEfiSocketLib.c
+++ b/StdLib/EfiSocketLib/UseEfiSocketLib.c
@@ -12,7 +12,7 @@
**/
-#include <socket.h>
+#include "Socket.h"
CONST EFI_GUID mEslRawServiceGuid = {