mirror of
https://github.com/restic/restic.git
synced 2025-08-25 23:47:29 +00:00
Merge pull request #5138 from vmlemon/issue-5131
Implement basic DragonFlyBSD support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//go:build aix || netbsd || openbsd
|
||||
// +build aix netbsd openbsd
|
||||
//go:build aix || dragonfly || netbsd || openbsd
|
||||
// +build aix dragonfly netbsd openbsd
|
||||
|
||||
package fs
|
||||
|
||||
|
Reference in New Issue
Block a user