mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
5d8d4fbbcb
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
18 lines
354 B
Diff
18 lines
354 B
Diff
--- a/lib/posix/init.lua
|
|
+++ b/lib/posix/init.lua
|
|
@@ -325,14 +325,6 @@ do
|
|
end
|
|
end
|
|
end
|
|
-
|
|
- -- Inject deprecated APIs (overwriting submodules) for backwards compatibility.
|
|
- for k, v in next, (require 'posix.deprecated') do
|
|
- M[k] = v
|
|
- end
|
|
- for k, v in next, (require 'posix.compat') do
|
|
- M[k] = v
|
|
- end
|
|
end
|
|
|
|
|