mirror of
https://github.com/restic/restic.git
synced 2026-05-30 05:45:23 +00:00
Portability fixes to internal/restic
syscall.Mknod is not available on AIX.
This commit is contained in:
committed by
Michael Eischer
parent
9c41e4a343
commit
18531e3d6f
@@ -1,7 +1,4 @@
|
||||
// +build !netbsd
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
// +build darwin freebsd linux
|
||||
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user