Merge pull request #625 from mchasal/13856-ppcifrDataByte

Additional ppc architectures follow the arm datatype
This commit is contained in:
Alexander Morozov 2015-06-11 16:18:18 -07:00
commit 024e2020d5
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