diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/files/0005-Include-dirent.h-for-ino_t.patch')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/files/0005-Include-dirent.h-for-ino_t.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/0005-Include-dirent.h-for-ino_t.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/0005-Include-dirent.h-for-ino_t.patch deleted file mode 100644 index 8bd1633392..0000000000 --- a/meta-oe/recipes-benchmark/libhugetlbfs/files/0005-Include-dirent.h-for-ino_t.patch +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | From bb8c370aaaf25b1fe1fbf984e73177018026cb91 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 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | |||
11 | Update for 2.22. | ||
12 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | ||
13 | --- | ||
14 | Upstream-Status: Pending | ||
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.7.4 | ||
33 | |||