mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
bees: remove si_addr_lsb from siginfo debug message to fix FTBFS
Apparently it is missing in newer Linux headers, making builds fail. We don't need it, so remove it. Closes: #160 Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
636e69267e
commit
10af3f9763
@ -633,7 +633,7 @@ operator<<(ostream &os, const siginfo_t &si)
|
|||||||
<< "addr = " << si.si_addr << ", "
|
<< "addr = " << si.si_addr << ", "
|
||||||
<< "band = " << si.si_band << ", "
|
<< "band = " << si.si_band << ", "
|
||||||
<< "fd = " << si.si_fd << ", "
|
<< "fd = " << si.si_fd << ", "
|
||||||
<< "addr_lsb = " << si.si_addr_lsb << ", "
|
// << "addr_lsb = " << si.si_addr_lsb << ", "
|
||||||
// << "lower = " << si.si_lower << ", "
|
// << "lower = " << si.si_lower << ", "
|
||||||
// << "upper = " << si.si_upper << ", "
|
// << "upper = " << si.si_upper << ", "
|
||||||
// << "pkey = " << si.si_pkey << ", "
|
// << "pkey = " << si.si_pkey << ", "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user