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

Commit 024e202

Browse files
committed
Merge pull request #625 from mchasal/13856-ppcifrDataByte
Additional ppc architectures follow the arm datatype
2 parents 73f9675 + 251880b commit 024e202

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

netlink/netlink_linux_arm.go renamed to netlink/netlink_linux_armppc64.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build arm ppc64 ppc64le
2+
13
package netlink
24

35
func ifrDataByte(b byte) uint8 {

netlink/netlink_linux_notarm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !arm
1+
// +build !arm,!ppc64,!ppc64le
22

33
package netlink
44

0 commit comments

Comments
 (0)