]> git.proxmox.com Git - mirror_edk2.git/commitdiff
AppPkg/Applications/Sockets/TftpServer: Make the include file names match the case...
authorDaryl McDaniel <daryl.mcdaniel@intel.com>
Mon, 25 Aug 2014 20:47:20 +0000 (20:47 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 25 Aug 2014 20:47:20 +0000 (20:47 +0000)
Change “#include <sys/Stat.h>” to “#include <sys/stat.h>”.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed-by: Leahy, Leroy P <leroy.p.leahy@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15891 6f19259b-4bc3-4df7-8a09-765794883524

AppPkg/Applications/Sockets/TftpServer/TftpServer.h

index 79b64c2820cda05d5583209a5d1fdc7cd7ccfe21..2166893570c7b83b52293c680433f41dd0614190 100644 (file)
@@ -39,7 +39,7 @@
 #include <sys/EfiSysCall.h>\r
 #include <sys/poll.h>\r
 #include <sys/socket.h>\r
 #include <sys/EfiSysCall.h>\r
 #include <sys/poll.h>\r
 #include <sys/socket.h>\r
-#include <sys/Stat.h>\r
+#include <sys/stat.h>\r
 \r
 //------------------------------------------------------------------------------\r
 //  Macros\r
 \r
 //------------------------------------------------------------------------------\r
 //  Macros\r