rminnich / go9p

Go9p but done in a way that works with goinstall
Other
78 stars 22 forks source link

ensure syscall.Stat_t is uint64 for FreeBSD compat #13

Open kisscool opened 7 years ago

kisscool commented 7 years ago

syscall.Stat_t is uint32 instead of uint64 on FreeBSD. Tested on FreeBSD 11.0-RELEASE with go 1.7.1.