1
0
mirror of https://github.com/restic/restic.git synced 2024-07-06 09:20:53 +02:00
restic/vendor/github.com/pkg/sftp/server_statvfs_stubs.go

12 lines
155 B
Go
Raw Normal View History

// +build !darwin,!linux
2017-07-23 14:24:45 +02:00
package sftp
import (
"syscall"
)
func (p sshFxpExtendedPacketStatVFS) respond(svr *Server) error {
return syscall.ENOTSUP
}