Additional ppc architectures follow the arm datatype

Signed-off-by: Michael Chase-Salerno <bratac@linux.vnet.ibm.com>
This commit is contained in:
Michael Chase-Salerno 2015-06-11 20:07:33 +00:00
parent cb2d973545
commit 251880b22d
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// +build arm ppc64 ppc64le
package netlink
func ifrDataByte(b byte) uint8 {

View File

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