From 327942b7090e77a2a6baac18504ddb3dd3480df3 Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Sat, 6 Aug 2022 18:04:55 +0800 Subject: [PATCH] fix build with glibc-2.36 See section 2.1 of https://sourceware.org/glibc/wiki/Release/2.36 ("Usage of and ") for details. Also, remove a couple of ancient hacks that are no longer relevant after the removal of inclusion. Signed-off-by: WANG Xuerui --- src/hd/hd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hd/hd.c b/src/hd/hd.c index fa0a5089..159bfaab 100644 --- a/src/hd/hd.c +++ b/src/hd/hd.c @@ -21,9 +21,6 @@ #include #include #include -#define _LINUX_AUDIT_H_ -#define _LINUX_PRIO_TREE_H -#include /** * @defgroup libhdBUSint Bus scanning code