the data type should be int8 for ppc64le

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
root
2015-07-10 20:05:45 +00:00
parent a88b26d3ac
commit b5412d1b59
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// +build arm ppc64 ppc64le
// +build arm ppc64
package netlink
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !arm,!ppc64,!ppc64le
// +build !arm,!ppc64
package netlink