Merge pull request #1203 from myfreeweb/master

Handle SIGINFO on all supported platforms
This commit is contained in:
Alexander Neumann 2017-09-03 09:44:24 +02:00
commit d1bf5a4882
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