mirror of https://github.com/restic/restic.git
Merge pull request #1203 from myfreeweb/master
Handle SIGINFO on all supported platforms
This commit is contained in:
commit
d1bf5a4882
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue