summaryrefslogtreecommitdiffstats
path: root/src/gen-compat.lua
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-07 13:45:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-07 13:45:18 +0000
commit3f7e71c8c57997eb3b1bc778555a7dcf61796c6c (patch)
tree19d76cd0177d3cbc8d0c9af9d7408fa575e11ffd /src/gen-compat.lua
parentReleasing debian version 1.2.1-3. (diff)
downloaddnsjit-3f7e71c8c57997eb3b1bc778555a7dcf61796c6c.tar.xz
dnsjit-3f7e71c8c57997eb3b1bc778555a7dcf61796c6c.zip
Merging upstream version 1.2.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/gen-compat.lua')
-rw-r--r--src/gen-compat.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gen-compat.lua b/src/gen-compat.lua
index 65c40ec..54de9da 100644
--- a/src/gen-compat.lua
+++ b/src/gen-compat.lua
@@ -27,7 +27,6 @@ code, err = pcall(function()
]]
end)
if code then
- print("#include <unistd.h>")
print("typedef ssize_t luajit_ssize_t;")
else
print("typedef long luajit_ssize_t;")