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:
parent
bbd071182c
commit
b042dbe312
2 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build !arm,!ppc64,!ppc64le
|
||||
// +build !arm,!ppc64,!ppc64le,!s390x
|
||||
|
||||
package bridge
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
// +build s390x
|
||||
|
||||
package bridge
|
||||
|
||||
func ifrDataByte(b byte) uint8 {
|
||||
return uint8(b)
|
||||
}
|
Loading…
Add table
Reference in a new issue