summarylogtreecommitdiffstats
path: root/container.patch
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-03-21 09:22:35 +0100
committerMassimiliano Torromeo2019-03-21 09:22:35 +0100
commitf4acdf75bd694c4f617c303e1d3cd79eba8ebc7a (patch)
tree07725e29ade0753b1b22496fe941616f1d11a63b /container.patch
parentd62ee6aa21c93919f7b98882916402a526e93aa9 (diff)
downloadaur-f4acdf75bd694c4f617c303e1d3cd79eba8ebc7a.tar.gz
Added patch for go 1.12
Diffstat (limited to 'container.patch')
-rw-r--r--container.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/container.patch b/container.patch
new file mode 100644
index 000000000000..228f3d1af3e8
--- /dev/null
+++ b/container.patch
@@ -0,0 +1,11 @@
+--- ../../../../../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])