opnsense-ports/databases/redis-devel/files/patch-deps_lua_src_lua__cjson.c
Franco Fichtner 15ee682063 */*: sync with upstream
Taken from: HardenedBSD
2019-11-06 12:56:03 +01:00

12 lines
275 B
C

--- deps/lua/src/lua_cjson.c.orig 2019-09-25 10:40:18 UTC
+++ deps/lua/src/lua_cjson.c
@@ -46,7 +46,9 @@
#include "strbuf.h"
#include "fpconv.h"
+#if defined(__sun)
#include "../../../src/solarisfixes.h"
+#endif
#ifndef CJSON_MODNAME
#define CJSON_MODNAME "cjson"