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
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user