fix build tags

This commit is contained in:
Rene Zbinden 2016-04-02 10:40:20 +02:00 committed by Cameron Sparr
parent 46fff13341
commit d00d3802c9
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// build +linux
// +build linux
package sysstat

View File

@ -1,4 +1,5 @@
// +build +linux !race
// +build !race
// +build linux
package sysstat

View File

@ -1,4 +1,4 @@
// build +linux
// +build linux
package sysstat