From df9f8e6f22488c9c03dbe05e887dea64a86c8d95 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Aug 2023 20:41:31 +0200 Subject: [PATCH] selinux-h: Add a comment. * lib/se-selinux.in.h: Clarify which #endif belongs to the double-inclusion guard. --- ChangeLog | 6 ++++++ lib/se-selinux.in.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 12a8087ed4..61da2042fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-08-26 Bruno Haible + + selinux-h: Add a comment. + * lib/se-selinux.in.h: Clarify which #endif belongs to the + double-inclusion guard. + 2023-08-26 Bruno Haible sys_utsname: Make double-inclusion guard more robust. diff --git a/lib/se-selinux.in.h b/lib/se-selinux.in.h index 0296ccdd36..baf2154cad 100644 --- a/lib/se-selinux.in.h +++ b/lib/se-selinux.in.h @@ -129,5 +129,5 @@ matchpathcon_init_prefix (_GL_ATTRIBUTE_MAYBE_UNUSED char const *path, _GL_INLINE_HEADER_END -# endif +# endif /* _@GUARD_PREFIX@_SELINUX_SELINUX_H */ #endif -- 2.39.5