Merge pull request #625 from mchasal/13856-ppcifrDataByte
Additional ppc architectures follow the arm datatype
This commit is contained in:
commit
024e2020d5
|
@ -1,3 +1,5 @@
|
||||||
|
// +build arm ppc64 ppc64le
|
||||||
|
|
||||||
package netlink
|
package netlink
|
||||||
|
|
||||||
func ifrDataByte(b byte) uint8 {
|
func ifrDataByte(b byte) uint8 {
|
|
@ -1,4 +1,4 @@
|
||||||
// +build !arm
|
// +build !arm,!ppc64,!ppc64le
|
||||||
|
|
||||||
package netlink
|
package netlink
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue