From 10f5f79485964ab52272ebe79c3b0047b1f84d82 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 25 Oct 2021 11:26:15 +0200 Subject: [PATCH] libbuid: use _UL_LIBUUID_UUID_H to cover uuid.h It seems _UUID_UUID_H is too generic. Addresses: https://github.com/karelzak/util-linux/issues/1432 Signed-off-by: Karel Zak --- libuuid/src/uuid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libuuid/src/uuid.h b/libuuid/src/uuid.h index d1c07a4e11..e791abf678 100644 --- a/libuuid/src/uuid.h +++ b/libuuid/src/uuid.h @@ -32,8 +32,8 @@ * %End-Header% */ -#ifndef _UUID_UUID_H -#define _UUID_UUID_H +#ifndef _UL_LIBUUID_UUID_H +#define _UL_LIBUUID_UUID_H #include #ifndef _WIN32 @@ -120,4 +120,4 @@ extern const uuid_t *uuid_get_template(const char *alias); } #endif -#endif /* _UUID_UUID_H */ +#endif /* _UL_LIBUUID_UUID_H */ -- 2.47.3