Portability fixes to internal/restic

syscall.Mknod is not available on AIX.
This commit is contained in:
greatroar
2020-05-24 19:30:20 +02:00
committed by Michael Eischer
parent 9c41e4a343
commit 18531e3d6f
3 changed files with 6 additions and 10 deletions
+1 -4
View File
@@ -1,7 +1,4 @@
// +build !netbsd
// +build !openbsd
// +build !solaris
// +build !windows
// +build darwin freebsd linux
package main