Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #625 from mchasal/13856-ppcifrDataByte
Browse files Browse the repository at this point in the history
Additional ppc architectures follow the arm datatype
  • Loading branch information
LK4D4 committed Jun 11, 2015
2 parents 73f9675 + 251880b commit 024e202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build arm ppc64 ppc64le

package netlink

func ifrDataByte(b byte) uint8 {
Expand Down
2 changes: 1 addition & 1 deletion netlink/netlink_linux_notarm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !arm
// +build !arm,!ppc64,!ppc64le

package netlink

Expand Down

0 comments on commit 024e202

Please sign in to comment.