mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-26 13:48:59 +08:00
Merge pull request #720 from imsodin/diskOpenBSDFallback
[disk][openbsd] Use fallback for openBSD not on amd64
This commit is contained in:
commit
47ef3260b6
@ -1,4 +1,4 @@
|
||||
// +build !darwin,!linux,!freebsd,!openbsd,!windows,!solaris
|
||||
// +build !darwin,!linux,!freebsd,!openbsd,!windows,!solaris openbsd,!amd64
|
||||
|
||||
package disk
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build openbsd
|
||||
// +build openbsd,amd64
|
||||
|
||||
package disk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user