1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/drivers/bridge/netlink_deprecated_linux_notarm.go
Jordi Massaguer Pla b042dbe312 add s390x arch build info at the netlink_deprecated_linux bridge driver
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
2016-07-22 12:30:16 +02:00

7 lines
105 B
Go

// +build !arm,!ppc64,!ppc64le,!s390x
package bridge
func ifrDataByte(b byte) int8 {
return int8(b)
}