aboutsummaryrefslogtreecommitdiffstats
path: root/community/keepalived/fix-bool.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-10-04 00:48:44 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-15 14:00:08 +0000
commit9d489643385024003accc615ee382ec41fc80d43 (patch)
tree6ccc1433873ffdcc8799e1f1a8dc3d40fe91eb34 /community/keepalived/fix-bool.patch
parent553810d7c56a1a475d6873a101d2f31ec63222c4 (diff)
downloadaports-9d489643385024003accc615ee382ec41fc80d43.tar.bz2
aports-9d489643385024003accc615ee382ec41fc80d43.tar.xz
community/keepalived: upgrade to 2.0.7
Diffstat (limited to 'community/keepalived/fix-bool.patch')
-rw-r--r--community/keepalived/fix-bool.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/keepalived/fix-bool.patch b/community/keepalived/fix-bool.patch
new file mode 100644
index 0000000000..4aea78b7f8
--- /dev/null
+++ b/community/keepalived/fix-bool.patch
@@ -0,0 +1,22 @@
+From 6c7a281473083f7ac47b426b2127a8c8e76caca5 Mon Sep 17 00:00:00 2001
+From: Quentin Armitage <quentin@armitage.org.uk>
+Date: Sat, 25 Aug 2018 11:36:11 +0100
+Subject: [PATCH] Include stdbool.h in process.c
+
+Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
+---
+ keepalived/core/process.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/keepalived/core/process.c b/keepalived/core/process.c
+index f11c32a3..22bcf254 100644
+--- a/keepalived/core/process.c
++++ b/keepalived/core/process.c
+@@ -30,6 +30,7 @@
+ #ifdef _HAVE_SCHED_RT_
+ #include <sched.h>
+ #endif
++#include <stdbool.h>
+
+ #include "process.h"
+ #include "logger.h"