1
0
mirror of https://github.com/restic/restic.git synced 2024-07-03 08:50:53 +02: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
}