From a93b0f45492e1d72352cbee73b6cc3819128d9d4 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Wed, 20 Nov 2013 19:07:31 +0000 Subject: Fix GCC build errors Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14876 6f19259b-4bc3-4df7-8a09-765794883524 --- StdLib/EfiSocketLib/Tcp6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StdLib/EfiSocketLib/Tcp6.c') diff --git a/StdLib/EfiSocketLib/Tcp6.c b/StdLib/EfiSocketLib/Tcp6.c index d68cb76cb8..b2e5538daf 100644 --- a/StdLib/EfiSocketLib/Tcp6.c +++ b/StdLib/EfiSocketLib/Tcp6.c @@ -2590,5 +2590,5 @@ CONST ESL_PROTOCOL_API cEslTcp6Api = { EslTcp6TxBuffer, EslTcp6TxComplete, EslTcp6TxOobComplete, - EslTcp6VerifyLocalIpAddress + (PFN_API_VERIFY_LOCAL_IP_ADDRESS)EslTcp6VerifyLocalIpAddress }; -- cgit v1.2.3