Implement file systems on FreeBSD without cgo

The code may also work for other BSDs, but I don't have access to those
for testing.
This commit is contained in:
Dominik Honnef 2016-12-26 22:50:52 +01:00
commit 0f6191987e
2 changed files with 89 additions and 1 deletions

View file

@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build freebsd openbsd darwin,amd64 dragonfly
// +build openbsd darwin,amd64 dragonfly
// +build !nofilesystem
package collector