2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-10 23:31:09 +00:00
restic/vendor/github.com/pkg/sftp/server_statvfs_stubs.go
2018-03-30 12:37:16 +02:00

12 lines
155 B
Go

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