//go:build !darwin package main import "syscall" // statDev returns the filesystem device ID of st. func statDev(st *syscall.Stat_t) uint64 { return st.Dev }