]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: stdbool is not portable (again)
authorWilly Tarreau <w@1wt.eu>
Wed, 1 May 2013 07:55:17 +0000 (09:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 May 2013 08:09:30 +0000 (10:09 +0200)
Another build issue on Solaris without c99. Please don't use stdbool.

src/checks.c
src/haproxy-systemd-wrapper.c

index f1072cdb75fb37b899e578951e8667c8ca4a5c83..d1b7a367d4fbdfe9b8c08786f968fbece4bfeeaa 100644 (file)
@@ -25,7 +25,6 @@
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
-#include <stdbool.h>
 
 #include <common/chunk.h>
 #include <common/compat.h>
index 8499b35188c5c2931b931764cc8cce02690aa0cd..fb1a7fd9272464a657242b523331b8ed1ca5dee6 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <errno.h>
 #include <signal.h>
-#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>