Handle SIGINFO on all supported platforms

Not just darwin
This commit is contained in:
Greg V 2017-09-02 22:06:31 +03:00
parent a3f6bf3e5a
commit 3fbdd12b04
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build !windows,!darwin
// +build !windows,!darwin,!freebsd,!netbsd,!openbsd,!dragonfly
package restic

View File

@ -1,4 +1,4 @@
// +build darwin
// +build darwin freebsd netbsd openbsd dragonfly
package restic