From: Bruno Haible Date: Sat, 26 Aug 2023 18:41:31 +0000 (+0200) Subject: selinux-h: Add a comment. X-Git-Tag: v1.0~862 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=df9f8e6f22488c9c03dbe05e887dea64a86c8d95;p=gnulib.git selinux-h: Add a comment. * lib/se-selinux.in.h: Clarify which #endif belongs to the double-inclusion guard. --- 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