mirror of
https://github.com/restic/restic.git
synced 2026-03-10 00:11:24 +00:00
Merge pull request #1203 from myfreeweb/master
Handle SIGINFO on all supported platforms
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build !windows,!darwin
|
||||
// +build !windows,!darwin,!freebsd,!netbsd,!openbsd,!dragonfly
|
||||
|
||||
package restic
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build darwin
|
||||
// +build darwin freebsd netbsd openbsd dragonfly
|
||||
|
||||
package restic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user