From a8e6a986e08f97584a928aa0aa57830acaf3619a Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Wed, 29 Mar 2017 13:44:55 +0300 Subject: Revert "ipoe: fix lua 5.3 support" This reverts commit 5159276962e4305db249bbbf5eb589ec59b9e318. --- accel-pppd/ctrl/ipoe/lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd/ctrl/ipoe/lua.c') diff --git a/accel-pppd/ctrl/ipoe/lua.c b/accel-pppd/ctrl/ipoe/lua.c index da3594b3..f0785066 100644 --- a/accel-pppd/ctrl/ipoe/lua.c +++ b/accel-pppd/ctrl/ipoe/lua.c @@ -36,7 +36,7 @@ static int packet4_vlan(lua_State *L); int luaopen_lpack(lua_State *L); -static const struct luaL_Reg packet4_lib [] = { +static const struct luaL_reg packet4_lib [] = { {"hdr", packet4_hdr}, {"ifname", packet4_ifname}, {"option", packet4_option}, -- cgit v1.2.3