Merge pull request #199 from clnperez/ifrdatabyte-sign-pr

Fixing netlink build error on ppc64le with gccgo
This commit is contained in:
Michael Crosby
2015-08-18 13:48:59 -07:00
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// +build arm ppc64
// +build arm ppc64 ppc64le
package netlink
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !arm,!ppc64
// +build !arm,!ppc64,!ppc64le
package netlink