diff --git a/internal/restic/progress_unix.go b/internal/restic/progress_unix.go index b46b0ac79..6f9e9eea1 100644 --- a/internal/restic/progress_unix.go +++ b/internal/restic/progress_unix.go @@ -1,4 +1,4 @@ -// +build !windows,!darwin +// +build !windows,!darwin,!freebsd,!netbsd,!openbsd,!dragonfly package restic diff --git a/internal/restic/progress_unix_with_siginfo.go b/internal/restic/progress_unix_with_siginfo.go index 34caba690..b27193a89 100644 --- a/internal/restic/progress_unix_with_siginfo.go +++ b/internal/restic/progress_unix_with_siginfo.go @@ -1,4 +1,4 @@ -// +build darwin +// +build darwin freebsd netbsd openbsd dragonfly package restic