From 39f4382a972d5916a43aa588baee2635dbda4089 Mon Sep 17 00:00:00 2001 From: darylm503 Date: Fri, 5 Aug 2011 17:44:13 +0000 Subject: 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 --- StdLib/BsdSocketLib/SocketInternals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'StdLib/BsdSocketLib/SocketInternals.h') diff --git a/StdLib/BsdSocketLib/SocketInternals.h b/StdLib/BsdSocketLib/SocketInternals.h index 57eed94f3c..4f5c584a4e 100644 --- a/StdLib/BsdSocketLib/SocketInternals.h +++ b/StdLib/BsdSocketLib/SocketInternals.h @@ -25,7 +25,7 @@ #include #include -#include +#include // // End of private files @@ -118,7 +118,7 @@ BslSocketPoll ( Build a file descriptor for a socket. @param [in] pSocketProtocol Socket protocol structure address - + @param [in] pErrno Address of the errno variable @returns The file descriptor for the socket or -1 if an error occurs. -- cgit v1.2.3