summaryrefslogtreecommitdiff
path: root/StdLib/BsdSocketLib/accept.c
diff options
context:
space:
mode:
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-05 17:44:13 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-05 17:44:13 +0000
commit39f4382a972d5916a43aa588baee2635dbda4089 (patch)
tree2a133ff06ef673d1b994da12639f76832c4ab077 /StdLib/BsdSocketLib/accept.c
parenteec7d420170b2e3b6a4f1ddd282328483a12de60 (diff)
downloadedk2-platforms-39f4382a972d5916a43aa588baee2635dbda4089.tar.xz
Get rid of some rcsid blocks. The EDK II build options cause a build break on the rcsid definitions. It is easier to delete them than other workarounds.
Fix case mismatch for an included file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12092 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/BsdSocketLib/accept.c')
-rw-r--r--StdLib/BsdSocketLib/accept.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/StdLib/BsdSocketLib/accept.c b/StdLib/BsdSocketLib/accept.c
index 3dbfe97013..de8d91f607 100644
--- a/StdLib/BsdSocketLib/accept.c
+++ b/StdLib/BsdSocketLib/accept.c
@@ -12,7 +12,7 @@
**/
-#include <SocketInternals.h>
+#include "SocketInternals.h"
/**
@@ -60,7 +60,7 @@ AcceptWork (
//
// TODO: Update bBlocking by anding with check for NON_BLOCKING
//
-
+
//
// Attempt to accept a new network connection
//