From a9ee361f27e0439530387765924574e5358c8a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 10 Sep 2022 15:44:41 +0200 Subject: New upstream version 1.8.19 --- include/ipmitool/ipmi_firewall.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/ipmitool/ipmi_firewall.h') diff --git a/include/ipmitool/ipmi_firewall.h b/include/ipmitool/ipmi_firewall.h index f18770e..da48d79 100644 --- a/include/ipmitool/ipmi_firewall.h +++ b/include/ipmitool/ipmi_firewall.h @@ -30,8 +30,7 @@ * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. */ -#ifndef IPMI_FIREWALL_H -#define IPMI_FIREWALL_H +#pragma once #include @@ -102,5 +101,3 @@ static inline int bit_test(const unsigned char * bf, int n) { static inline void bit_set(unsigned char * bf, int n, int v) { bf[n>>3] = (bf[n>>3] & ~(1<<(n%8))) | ((v?1:0)<<(n%8)); } - -#endif /*IPMI_FIREWALL_H */ -- cgit v1.2.3