sys/abi_compat.h: normalize include guard name

Reviewed by:	brooks
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D55135
This commit is contained in:
Konstantin Belousov
2026-02-05 21:06:16 +02:00
parent 24038d696e
commit c3a04a9585
+3 -3
View File
@@ -26,8 +26,8 @@
* SUCH DAMAGE.
*/
#ifndef _COMPAT_H_
#define _COMPAT_H_
#ifndef _ABI_COMPAT_H_
#define _ABI_COMPAT_H_
/*
* Helper macros for translating objects between different ABIs.
@@ -80,4 +80,4 @@
FU64_CP((src).fld, (dst).fld, frac); \
} while (0)
#endif /* !_COMPAT_H_ */
#endif /* !_ABI_COMPAT_H_ */