diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/files/0010-Include-dirent.h-for-ino_t.patch')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/files/0010-Include-dirent.h-for-ino_t.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/0010-Include-dirent.h-for-ino_t.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/0010-Include-dirent.h-for-ino_t.patch new file mode 100644 index 0000000000..a530a5267a --- /dev/null +++ b/meta-oe/recipes-benchmark/libhugetlbfs/files/0010-Include-dirent.h-for-ino_t.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From ec9163c0436d1c77cecc941aca2e524b26001b15 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Thu, 21 Jun 2018 19:51:02 -0700 | ||
4 | Subject: [PATCH] Include dirent.h for ino_t | ||
5 | |||
6 | Fixes | ||
7 | error: unknown type name 'ino_t'; did you mean 'int'? | ||
8 | |||
9 | Upstream-Status: Pending | ||
10 | |||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
12 | |||
13 | Update for 2.22. | ||
14 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | ||
15 | --- | ||
16 | tests/hugetests.h | 1 + | ||
17 | 1 file changed, 1 insertion(+) | ||
18 | |||
19 | diff --git a/tests/hugetests.h b/tests/hugetests.h | ||
20 | index bc4e16a..fbe4dc0 100644 | ||
21 | --- a/tests/hugetests.h | ||
22 | +++ b/tests/hugetests.h | ||
23 | @@ -22,6 +22,7 @@ | ||
24 | |||
25 | #include <errno.h> | ||
26 | #include <string.h> | ||
27 | +#include <dirent.h> | ||
28 | #include <unistd.h> | ||
29 | |||
30 | #include "libhugetlbfs_privutils.h" | ||
31 | -- | ||
32 | 2.25.1 | ||
33 | |||