containerd / fifo

fifo pkg for Go
https://containerd.io
Apache License 2.0
85 stars 30 forks source link

Use uint64() when initializing handle.dev from syscall.Stat_t.Dev. #6

Closed vstefanovic closed 7 years ago

vstefanovic commented 7 years ago

On some architectures (mips, mips64) syscall.Stat_t.Dev is uint32. Btw, this is the only change required for this package to get built for GOARCH=mips/mipsle/mips64/mips64le.

tonistiigi commented 7 years ago

Thanks!