From 3fbdd12b0493e0d96c4aa220d43b70e2a845b3a8 Mon Sep 17 00:00:00 2001 From: Greg V Date: Sat, 2 Sep 2017 22:06:31 +0300 Subject: [PATCH] Handle SIGINFO on all supported platforms Not just darwin --- internal/restic/progress_unix.go | 2 +- internal/restic/progress_unix_with_siginfo.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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