healtcheck: add extra build tags+files for netbsd and openbsd

Without these changes, the disk check portions won't compile on these
platforms.
This commit is contained in:
Olaoluwa Osuntokun
2020-09-15 18:26:11 -07:00
parent fa342a1230
commit 9887b2d731
3 changed files with 35 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// +build !windows,!solaris
// +build !windows,!solaris,!netbsd,!openbsd
package healthcheck