summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch')
-rw-r--r--meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch b/meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch
index 5d9d40c387..07e4a1f538 100644
--- a/meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch
+++ b/meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch
@@ -1,4 +1,4 @@
1From bd43367eee868059770188fd9e9db38520dc6fff Mon Sep 17 00:00:00 2001 1From 5f55e6806cd8ae1a6c8ec1e6cb38ad292cfc1df9 Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com> 2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Wed, 22 Jan 2014 01:06:40 -0500 3Date: Wed, 22 Jan 2014 01:06:40 -0500
4Subject: [PATCH] libkmod/libkmod-internal.h: check whether O_CLOEXEC is 4Subject: [PATCH] libkmod/libkmod-internal.h: check whether O_CLOEXEC is
@@ -14,14 +14,15 @@ This problem was reported by "Ting Liu <b28495@freescale.com>"
14Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 14Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
15 15
16Upstream-Status: Pending 16Upstream-Status: Pending
17
17--- 18---
18 libkmod/libkmod-internal.h | 4 ++++ 19 libkmod/libkmod-internal.h | 4 ++++
19 1 file changed, 4 insertions(+) 20 1 file changed, 4 insertions(+)
20 21
21Index: git/libkmod/libkmod-internal.h 22diff --git a/libkmod/libkmod-internal.h b/libkmod/libkmod-internal.h
22=================================================================== 23index a65ddd1..a4f4b77 100644
23--- git.orig/libkmod/libkmod-internal.h 24--- a/libkmod/libkmod-internal.h
24+++ git/libkmod/libkmod-internal.h 25+++ b/libkmod/libkmod-internal.h
25@@ -10,6 +10,10 @@ 26@@ -10,6 +10,10 @@
26 27
27 #include "libkmod.h" 28 #include "libkmod.h"