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
2 changed files with 3 additions and 1 deletions
@@ -1,3 +1,5 @@
// +build arm ppc64 ppc64le
package netlink
func ifrDataByte(b byte) uint8 {
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !arm
// +build !arm,!ppc64,!ppc64le
package netlink