blob: be25a039e94d02f64eb4777405fca76f78368a37 [file] [log] [blame]
// +build freebsd
package xid
import "syscall"
func readPlatformMachineID() (string, error) {
return syscall.Sysctl("kern.hostuuid")
}