1
0
Fork 0
mirror of https://github.com/Luzifer/worktime.git synced 2024-10-19 00:24:21 +00:00
worktime/vendor/github.com/pkg/sftp/server_statvfs_stubs.go

12 lines
161 B
Go
Raw Normal View History

2016-09-24 13:00:03 +00:00
// +build !darwin,!linux gccgo
package sftp
import (
"syscall"
)
func (p sshFxpExtendedPacketStatVFS) respond(svr *Server) error {
return syscall.ENOTSUP
}