2014-05-06 17:38:15 +02:00
|
|
|
From b369ce63274ae800b76d45aed2d451557ac33499 Mon Sep 17 00:00:00 2001
|
2013-12-18 16:53:39 +01:00
|
|
|
From: Willy Tarreau <w@1wt.eu>
|
|
|
|
Date: Fri, 22 Nov 2013 08:37:33 +0100
|
2014-05-06 17:38:15 +02:00
|
|
|
Subject: [PATCH 05/15] BUILD: stdbool is not portable (again)
|
2013-12-18 16:53:39 +01:00
|
|
|
|
|
|
|
Another build issue on Solaris without c99. Please don't use stdbool.
|
|
|
|
---
|
|
|
|
src/haproxy-systemd-wrapper.c | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/src/haproxy-systemd-wrapper.c b/src/haproxy-systemd-wrapper.c
|
|
|
|
index 8499b35188c5..fb1a7fd92724 100644
|
|
|
|
--- a/src/haproxy-systemd-wrapper.c
|
|
|
|
+++ b/src/haproxy-systemd-wrapper.c
|
|
|
|
@@ -12,7 +12,6 @@
|
|
|
|
|
|
|
|
#include <errno.h>
|
|
|
|
#include <signal.h>
|
|
|
|
-#include <stdbool.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
--
|
2014-05-06 17:38:15 +02:00
|
|
|
1.8.4.5
|
2013-12-18 16:53:39 +01:00
|
|
|
|