aboutsummaryrefslogtreecommitdiff
path: root/collector/kvm_bsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'collector/kvm_bsd.go')
-rw-r--r--collector/kvm_bsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/collector/kvm_bsd.go b/collector/kvm_bsd.go
index b4e95e6..8798736 100644
--- a/collector/kvm_bsd.go
+++ b/collector/kvm_bsd.go
@@ -11,7 +11,7 @@
11// See the License for the specific language governing permissions and 11// See the License for the specific language governing permissions and
12// limitations under the License. 12// limitations under the License.
13 13
14// +build !nomeminfo 14// +build !nokvm
15// +build freebsd dragonfly 15// +build freebsd dragonfly
16 16
17package collector 17package collector