summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/xfsprogs/files/0002-include-include-xfs-linux.h-after-sys-mman.h.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-09-07 09:03:35 +0800
committerKhem Raj <raj.khem@gmail.com>2018-09-06 19:33:26 -0700
commitf96b327a467b285ceca73825215654e6874c885c (patch)
treee6d6b8e25629ebf4dba12a681964e3cb4e107158 /meta-filesystems/recipes-utils/xfsprogs/files/0002-include-include-xfs-linux.h-after-sys-mman.h.patch
parent47544dbdea0f65febede7afe06cfcf108a994b37 (diff)
downloadmeta-openembedded-f96b327a467b285ceca73825215654e6874c885c.tar.gz
xfsprogs: upgrade 4.17 -> 4.18
License-Update: Removed doc/COPYING and up-to-date license files in LICENSE/. This does not change the license of any of the code. Rebase patches: 0001-build-Check-for-sync_file_range-libc-function.patch 0002-include-include-xfs-linux.h-after-sys-mman.h.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-utils/xfsprogs/files/0002-include-include-xfs-linux.h-after-sys-mman.h.patch')
-rw-r--r--meta-filesystems/recipes-utils/xfsprogs/files/0002-include-include-xfs-linux.h-after-sys-mman.h.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-filesystems/recipes-utils/xfsprogs/files/0002-include-include-xfs-linux.h-after-sys-mman.h.patch b/meta-filesystems/recipes-utils/xfsprogs/files/0002-include-include-xfs-linux.h-after-sys-mman.h.patch
index 89447fd92e..f924cd1a16 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/files/0002-include-include-xfs-linux.h-after-sys-mman.h.patch
+++ b/meta-filesystems/recipes-utils/xfsprogs/files/0002-include-include-xfs-linux.h-after-sys-mman.h.patch
@@ -1,4 +1,4 @@
1From 18298d7c028cd5fbd2c68fa428dc2384344aeb91 Mon Sep 17 00:00:00 2001 1From 11a42df394de3dc520e72a016296dcc6dea02a7a Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 23 Aug 2018 05:33:57 +0000 3Date: Thu, 23 Aug 2018 05:33:57 +0000
4Subject: [PATCH] include include/xfs/linux.h after <sys/mman.h> 4Subject: [PATCH] include include/xfs/linux.h after <sys/mman.h>
@@ -14,11 +14,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 1 file changed, 3 insertions(+), 2 deletions(-) 14 1 file changed, 3 insertions(+), 2 deletions(-)
15 15
16diff --git a/io/mmap.c b/io/mmap.c 16diff --git a/io/mmap.c b/io/mmap.c
17index 106be49..34fadf4 100644 17index dbfcca5..ca00df1 100644
18--- a/io/mmap.c 18--- a/io/mmap.c
19+++ b/io/mmap.c 19+++ b/io/mmap.c
20@@ -16,10 +16,11 @@ 20@@ -4,10 +4,11 @@
21 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 21 * All Rights Reserved.
22 */ 22 */
23 23
24-#include "command.h" 24-#include "command.h"