From 8b1e1e1d08fc55e7548f59b12428483d2093baf1 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 27 Oct 2012 22:57:06 +0000 Subject: [PATCH] Put the library close function back into miami.library's function table. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45959 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/network/stacks/AROSTCP/bsdsocket/api/miami_functable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/workbench/network/stacks/AROSTCP/bsdsocket/api/miami_functable.c b/workbench/network/stacks/AROSTCP/bsdsocket/api/miami_functable.c index 6e4f36c63e..7116d4b836 100644 --- a/workbench/network/stacks/AROSTCP/bsdsocket/api/miami_functable.c +++ b/workbench/network/stacks/AROSTCP/bsdsocket/api/miami_functable.c @@ -113,6 +113,7 @@ f_void Miami_UserFuncTable[] = FUNCARRAY_32BIT_NATIVE, #endif AROS_SLIB_ENTRY(Null, LIB, 0), /* ELL_Open() is never called */ + AROS_SLIB_ENTRY(Close, Miami, 2), AROS_SLIB_ENTRY(Null, LIB, 0), /* ELL_Expunge() is never called */ AROS_SLIB_ENTRY(Null, LIB, 0), /* ELL_Reserved() is never called */ AROS_SLIB_ENTRY(MiamiSysCtl, Miami, 5), -- 2.11.4.GIT