summarylogtreecommitdiffstats
path: root/container.patch
diff options
context:
space:
mode:
Diffstat (limited to 'container.patch')
-rw-r--r--container.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/container.patch b/container.patch
deleted file mode 100644
index 228f3d1af3e8..000000000000
--- a/container.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../../../../../nomad-0.8.7.orig/vendor/gopkg.in/lxc/go-lxc.v2/container.go 2019-03-15 09:59:16.230241650 +0000
-+++ container.go 2019-03-15 10:00:22.343574744 +0000
-@@ -767,7 +767,7 @@
- c.mu.RLock()
- defer c.mu.RUnlock()
-
-- var keys *_Ctype_char
-+ var keys *C.char
-
- if key != nil && len(key) == 1 {
- ckey := C.CString(key[0])