pkg/ns: use correct syscall number on arm
authorAngus Lees <gus@inodes.org>
Fri, 13 May 2016 07:18:39 +0000 (17:18 +1000)
committerStefan Junker <mail@stefanjunker.de>
Thu, 19 May 2016 10:06:37 +0000 (12:06 +0200)
ns/ns.go

index 4f0814f..ea84822 100644 (file)
--- a/ns/ns.go
+++ b/ns/ns.go
@@ -24,7 +24,7 @@ import (
 var setNsMap = map[string]uintptr{
        "386":   346,
        "amd64": 308,
-       "arm":   374,
+       "arm":   375,
 }
 
 // SetNS sets the network namespace on a target file.