From 91b046dc896a9e630f7b16baff0d937f4e399b97 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Sat, 16 Feb 2019 09:26:22 -0600 Subject: [PATCH] Remove include bits/siginfo.h from pmon.h libc6 renamed siginfo.h to siginfo-const.h sometime between 2.23 (in Xenial) and 2.27 (in bionic). This builds on bionic and centos7 and in fact is required to get DevStack to copmlete on bionic. This is last in the stack since it has not been tested beyond the compile/install that DevStack does. There may be a better/alternate solution...but with this we should get a passing DevStack job. Change-Id: I5a2ed9455b05e604731c3775d0f402c6137da2ef Signed-off-by: Dean Troyer --- mtce/src/pmon/pmon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mtce/src/pmon/pmon.h b/mtce/src/pmon/pmon.h index d9921a8c..11ed9714 100755 --- a/mtce/src/pmon/pmon.h +++ b/mtce/src/pmon/pmon.h @@ -100,7 +100,6 @@ #include /* for hostent */ #include #include -#include /* for CLD_xxxx si_codes */ using namespace std;