ports/net/luasocket/patches/patch-src_luasocket_c

11 lines
378 B
Text

--- src/luasocket.c.orig Fri Jun 14 13:27:32 2013
+++ src/luasocket.c Fri Nov 15 10:48:31 2013
@@ -46,7 +46,7 @@ static const luaL_Reg mod[] = {
{"auxiliar", auxiliar_open},
{"except", except_open},
{"timeout", timeout_open},
- {"buffer", buffer_open},
+ {"buffer", ls_buffer_open},
{"inet", inet_open},
{"tcp", tcp_open},
{"udp", udp_open},