mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
90291bd627
ppd, and some things. Add a simple wpa_supplicant backend
10 lines
227 B
Go
10 lines
227 B
Go
package trayrecovery
|
|
|
|
import "time"
|
|
|
|
// FreeBSD has no CLOCK_BOOTTIME (clock_gettime(2)), so suspend time since
|
|
// boot cannot be measured; the startup recovery scan is skipped.
|
|
func timeSuspended() time.Duration {
|
|
return 0
|
|
}
|