git: fbc234c51ade - stable/14 - sys/abi_compat.h: normalize include guard name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Apr 2026 05:57:07 UTC
The branch stable/14 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=fbc234c51adedfa699f52a89ba60c3e0fd819d88
commit fbc234c51adedfa699f52a89ba60c3e0fd819d88
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-02-05 19:06:16 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-04-12 05:56:45 +0000
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
(cherry picked from commit c3a04a9585ae233c98ee2eef73e6a80d17512578)
---
sys/sys/abi_compat.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys/sys/abi_compat.h b/sys/sys/abi_compat.h
index bd99a21d8e23..2fcf598ceb7f 100644
--- a/sys/sys/abi_compat.h
+++ b/sys/sys/abi_compat.h
@@ -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_ */