Harvey-OS / ninep

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
39 stars 19 forks source link

filesystem: windows-compatible build #28

Closed jcrussell closed 6 years ago

jcrussell commented 6 years ago

Windows doesn't have syscall.Stat_t so create separate fileInfoToQID for windows and everything else. Remove isBlock and isChar since they were never called.