blob: 0074e8a3d0533a741c29f653a3a8eb8eab1e7db7 [file] [log] [blame]
// +build plan9
package sftp
import "syscall"
func fakeFileInfoSys() interface{} {
return &syscall.Dir{}
}
func testOsSys(sys interface{}) error {
return nil
}