summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch')
-rw-r--r--recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch b/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch
index d6341da7..9361adc2 100644
--- a/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch
+++ b/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch
@@ -1,4 +1,4 @@
1From f41e386d4d40e3e26b0cfdc85a812b7edb337f1d Mon Sep 17 00:00:00 2001 1From b59947007362b53e9f41f1e5a33071dedf1c59ac Mon Sep 17 00:00:00 2001
2From: Adrian Reber <areber@redhat.com> 2From: Adrian Reber <areber@redhat.com>
3Date: Thu, 28 Sep 2017 09:13:33 +0000 3Date: Thu, 28 Sep 2017 09:13:33 +0000
4Subject: [PATCH] fix building on newest glibc and kernel 4Subject: [PATCH] fix building on newest glibc and kernel
@@ -24,12 +24,13 @@ Upstream-Status: Backport
24[https://github.com/checkpoint-restore/criu/commit/f41e386d4d40e3e26b0cfdc85a812b7edb337f1d#diff-cc847b1cc975358c6582595be92d48db] 24[https://github.com/checkpoint-restore/criu/commit/f41e386d4d40e3e26b0cfdc85a812b7edb337f1d#diff-cc847b1cc975358c6582595be92d48db]
25 25
26Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 26Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
27
27--- 28---
28 criu/cr-check.c | 2 +- 29 criu/cr-check.c | 2 +-
29 1 file changed, 1 insertion(+), 1 deletion(-) 30 1 file changed, 1 insertion(+), 1 deletion(-)
30 31
31diff --git a/criu/cr-check.c b/criu/cr-check.c 32diff --git a/criu/cr-check.c b/criu/cr-check.c
32index 5dd448b..8986ec4 100644 33index 1dd887a..93df2ab 100644
33--- a/criu/cr-check.c 34--- a/criu/cr-check.c
34+++ b/criu/cr-check.c 35+++ b/criu/cr-check.c
35@@ -21,8 +21,8 @@ 36@@ -21,8 +21,8 @@
@@ -42,6 +43,3 @@ index 5dd448b..8986ec4 100644
42 43
43 #include "../soccr/soccr.h" 44 #include "../soccr/soccr.h"
44 45
45--
462.7.4
47