1
0
mirror of https://github.com/restic/restic.git synced 2024-07-19 11:17:31 +02:00
restic/vendor/github.com/pkg/sftp/server_statvfs_stubs.go
2017-07-23 14:25:38 +02:00

12 lines
161 B
Go

// +build !darwin,!linux gccgo
package sftp
import (
"syscall"
)
func (p sshFxpExtendedPacketStatVFS) respond(svr *Server) error {
return syscall.ENOTSUP
}