|
|
|
@ -1,6 +1,6 @@ |
|
|
|
Index: include/common/mini-clist.h
|
|
|
|
Index: include/common/mini-clist.h
|
|
|
|
--- include/common/mini-clist.h.orig 2018-08-05 08:31:47.000000000 +0200
|
|
|
|
--- include/common/mini-clist.h.orig 2018-10-05 13:03:10.000000000 +0200
|
|
|
|
+++ include/common/mini-clist.h 2018-08-05 16:30:00.985085000 +0200
|
|
|
|
+++ include/common/mini-clist.h 2018-10-05 17:45:13.050303000 +0200
|
|
|
|
@@ -67,6 +67,7 @@
|
|
|
|
@@ -67,6 +67,7 @@
|
|
|
|
#undef LIST_HEAD
|
|
|
|
#undef LIST_HEAD
|
|
|
|
#undef LIST_INIT
|
|
|
|
#undef LIST_INIT
|
|
|
|
@ -9,20 +9,9 @@ Index: include/common/mini-clist.h |
|
|
|
|
|
|
|
|
|
|
|
/* ILH = Initialized List Head : used to prevent gcc from moving an empty
|
|
|
|
/* ILH = Initialized List Head : used to prevent gcc from moving an empty
|
|
|
|
* list to BSS. Some older version tend to trim all the array and cause
|
|
|
|
* list to BSS. Some older version tend to trim all the array and cause
|
|
|
|
Index: include/nuster/http.h
|
|
|
|
|
|
|
|
--- include/nuster/http.h.orig 2018-08-05 08:31:47.000000000 +0200
|
|
|
|
|
|
|
|
+++ include/nuster/http.h 2018-08-05 16:34:25.884851000 +0200
|
|
|
|
|
|
|
|
@@ -14,6 +14,7 @@
|
|
|
|
|
|
|
|
#define _NUSTER_HTTP_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <types/global.h>
|
|
|
|
|
|
|
|
+#include "inttypes.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <proto/stream_interface.h>
|
|
|
|
|
|
|
|
#include <proto/proto_http.h>
|
|
|
|
|
|
|
|
Index: src/hlua_fcn.c
|
|
|
|
Index: src/hlua_fcn.c
|
|
|
|
--- src/hlua_fcn.c.orig 2018-08-05 08:31:47.000000000 +0200
|
|
|
|
--- src/hlua_fcn.c.orig 2018-10-05 13:03:10.000000000 +0200
|
|
|
|
+++ src/hlua_fcn.c 2018-08-05 16:30:00.985339000 +0200
|
|
|
|
+++ src/hlua_fcn.c 2018-10-05 17:45:13.050877000 +0200
|
|
|
|
@@ -1087,7 +1087,8 @@
|
|
|
|
@@ -1087,7 +1087,8 @@
|
|
|
|
lua_pushboolean(L, 1);
|
|
|
|
lua_pushboolean(L, 1);
|
|
|
|
return 1;
|
|
|
|
return 1;
|
|
|
|
|