forked from pool/haproxy
0b429848d7
Update to 1.4.25. Amended SR with missing patch information in .changes OBS-URL: https://build.opensuse.org/request/show/232846 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=4
26 lines
691 B
Diff
26 lines
691 B
Diff
From b369ce63274ae800b76d45aed2d451557ac33499 Mon Sep 17 00:00:00 2001
|
|
From: Willy Tarreau <w@1wt.eu>
|
|
Date: Fri, 22 Nov 2013 08:37:33 +0100
|
|
Subject: [PATCH 05/15] BUILD: stdbool is not portable (again)
|
|
|
|
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>
|
|
--
|
|
1.8.4.5
|
|
|