Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2026 21:34:41 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 51db826bcee3 - stable/15 - sys/abi_compat.h: normalize include guard name
Message-ID:  <699a24f1.23b12.58977501@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=51db826bcee3f6820bd2dbc8b32814ca8d1bcda7

commit 51db826bcee3f6820bd2dbc8b32814ca8d1bcda7
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-02-05 19:06:16 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-02-21 21:34:07 +0000

    sys/abi_compat.h: normalize include guard name
    
    (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_ */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699a24f1.23b12.58977501>