**Describe the bug** NetBSD builds on ARM started to failed after version 3.23.8 **To Reproduce** ```bash env GOOS=netbsd GOARCH=arm go build ... ``` ``` # github.com/shirou/gopsutil/v3/cpu ../../../pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/cpu/cpu_netbsd.go:45:14: undefined: cpuTimes ../../../pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/cpu/cpu_netbsd.go:70:14: undefined: cpuTimes ``` **Expected behavior** Successful builds of netbsd/arm targets