mirror of
https://github.com/moby/buildkit.git
synced 2026-08-12 22:16:54 +00:00
Use the Major/Minor functions from golang.org/x/sys/unix instead of locally re-implementing them. This also makes sure they work correctly for GOOS != linux. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>