Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libcontainer: devices: fix mips builds
It turns out that MIPS uses uint32 in the device number returned by stat(2), so explicitly wrap everything to make the compiler happy. I really wish that Go had C-like numeric type promotion. Signed-off-by: Aleksa Sarai <asarai@suse.de>
- Loading branch information