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:
parent
54c74923ee
commit
0f6191987e
2 changed files with 89 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue