rminnich / go9p

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

cast Ino to uint64 in case you are on a 386 system #12

Closed hagna closed 8 years ago

hagna commented 8 years ago

Without this I get the following error on freebsd_386:

github.com/rminnich/go9p/ufs.go:103: cannot use d.Sys().(*syscall.Stat_t).Ino (type uint32) as type uint64 in assignment