Skip to content

Commit

Permalink
Merge pull request moby#15878 from brahmaroutu/vendor_netns
Browse files Browse the repository at this point in the history
Allow vendoring netns changes to build Docker on s390x
  • Loading branch information
calavera committed Aug 27, 2015
2 parents 44ea7e9 + eecf6cd commit 4579d5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hack/vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clone git github.com/hashicorp/go-msgpack 71c2886f5a673a35f909803f38ece581016509
clone git github.com/hashicorp/memberlist 9a1e242e454d2443df330bdd51a436d5a9058fc4
clone git github.com/hashicorp/serf 7151adcef72687bf95f451a2e0ba15cb19412bf2
clone git github.com/docker/libkv 60c7c881345b3c67defc7f93a8297debf041d43c
clone git github.com/vishvananda/netns 493029407eeb434d0c2d44e02ea072ff2488d322
clone git github.com/vishvananda/netns 604eaf189ee867d8c147fafc28def2394e878d25
clone git github.com/vishvananda/netlink 4b5dce31de6d42af5bb9811c6d265472199e0fec
clone git github.com/BurntSushi/toml f706d00e3de6abe700c994cdd545a1a4915af060
clone git github.com/samuel/go-zookeeper d0e0d8e11f318e000a8cc434616d69e329edc374
Expand Down
7 changes: 7 additions & 0 deletions vendor/src/github.com/vishvananda/netns/netns_linux_s390x.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// +build linux,s390x

package netns

const (
SYS_SETNS = 339
)

0 comments on commit 4579d5a

Please sign in to comment.