blob: d0df30f395538d440c3ea9b3792f02dfe57ce600 [file] [log] [blame]
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris
// +build cgo
package sftp
import "syscall"
func fakeFileInfoSys() interface{} {
return &syscall.Stat_t{Uid: 65534, Gid: 65534}
}