From 4e800716ac9718699e981e2fa6ec4b3dc2e91aa9 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Thu, 4 Jan 2018 20:07:59 +0000 Subject: lua: clean up patch fuzz Refresh patches to tidy up fuzz. No functional changes Signed-off-by: Kevin Darbyshire-Bryant --- package/utils/lua/patches/020-shared_liblua.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/lua/patches/020-shared_liblua.patch') diff --git a/package/utils/lua/patches/020-shared_liblua.patch b/package/utils/lua/patches/020-shared_liblua.patch index bcd410f690..64f683ddbe 100644 --- a/package/utils/lua/patches/020-shared_liblua.patch +++ b/package/utils/lua/patches/020-shared_liblua.patch @@ -21,7 +21,7 @@ ranlib: --- a/src/ldo.h +++ b/src/ldo.h -@@ -46,7 +46,7 @@ LUAI_FUNC int luaD_pcall (lua_State *L, +@@ -46,7 +46,7 @@ LUAI_FUNC int luaD_pcall (lua_State *L, LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult); LUAI_FUNC void luaD_reallocCI (lua_State *L, int newsize); LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize); -- cgit v1.2.3