aboutsummaryrefslogtreecommitdiff
path: root/collector/sysctl_bsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'collector/sysctl_bsd.go')
-rw-r--r--collector/sysctl_bsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/collector/sysctl_bsd.go b/collector/sysctl_bsd.go
index 3038f41..a671bc2 100644
--- a/collector/sysctl_bsd.go
+++ b/collector/sysctl_bsd.go
@@ -12,7 +12,7 @@
12// limitations under the License. 12// limitations under the License.
13 13
14// +build freebsd dragonfly openbsd netbsd darwin 14// +build freebsd dragonfly openbsd netbsd darwin
15// +build !nomeminfo 15// +build cgo
16 16
17package collector 17package collector
18 18