1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

add s390x arch build info at the netlink_deprecated_linux bridge driver

Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
This commit is contained in:
Jordi Massaguer Pla 2016-05-31 17:12:13 +02:00
parent bbd071182c
commit b042dbe312
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,4 @@
// +build !arm,!ppc64,!ppc64le
// +build !arm,!ppc64,!ppc64le,!s390x
package bridge

View file

@ -0,0 +1,7 @@
// +build s390x
package bridge
func ifrDataByte(b byte) uint8 {
return uint8(b)
}