summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch')
-rw-r--r--recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch b/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch
index 2a24df90..bcf4c103 100644
--- a/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch
+++ b/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch
@@ -12,11 +12,11 @@ Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
12 utils_linux.go | 5 +++++ 12 utils_linux.go | 5 +++++
13 1 file changed, 5 insertions(+) 13 1 file changed, 5 insertions(+)
14 14
15diff --git a/utils_linux.go b/utils_linux.go 15Index: git/src/import/utils_linux.go
16index 60d534e8..ddcab62f 100644 16===================================================================
17--- a/utils_linux.go 17--- git.orig/src/import/utils_linux.go
18+++ b/utils_linux.go 18+++ git/src/import/utils_linux.go
19@@ -234,6 +234,11 @@ type runner struct { 19@@ -267,6 +267,11 @@
20 } 20 }
21 21
22 func (r *runner) run(config *specs.Process) (int, error) { 22 func (r *runner) run(config *specs.Process) (int, error) {
@@ -28,6 +28,3 @@ index 60d534e8..ddcab62f 100644
28 var err error 28 var err error
29 defer func() { 29 defer func() {
30 if err != nil { 30 if err != nil {
31--
322.40.0
33