mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Fix compilation on FreeBSD. Refs #139
There is no interrupts_freebsd.go implementation yet.
This commit is contained in:
parent
3171f404f4
commit
e02d99ebff
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
// +build !nointerrupts
|
// +build !nointerrupts
|
||||||
// +build !darwin
|
// +build !darwin
|
||||||
|
// +build !freebsd
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue