containerd / fifo

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

Add FreeBSD support #7

Closed justincormack closed 7 years ago

justincormack commented 7 years ago

ino_t on FreeBSD is still 32 bit, although it will transition to 64 bit soon. Add casts to 64 bit as this does no harm.

May also fix other BSDs which have not transitioned yet.

Signed-off-by: Justin Cormack justin.cormack@docker.com