mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-04 04:00:36 +01: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:
		@@ -633,7 +633,7 @@ operator<<(ostream &os, const siginfo_t &si)
 | 
			
		||||
		<< "addr = " << si.si_addr << ", "
 | 
			
		||||
		<< "band = " << si.si_band << ", "
 | 
			
		||||
		<< "fd = " << si.si_fd << ", "
 | 
			
		||||
		<< "addr_lsb = " << si.si_addr_lsb << ", "
 | 
			
		||||
		// << "addr_lsb = " << si.si_addr_lsb << ", "
 | 
			
		||||
		// << "lower = " << si.si_lower << ", "
 | 
			
		||||
		// << "upper = " << si.si_upper << ", "
 | 
			
		||||
		// << "pkey = " << si.si_pkey << ", "
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user