mirror of
https://github.com/restic/restic.git
synced 2025-03-16 00:00:05 +01:00
added syscall import
This commit is contained in:
parent
8123290eb6
commit
d9210c9e20
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ import (
|
|||
"os"
|
||||
"syscall"
|
||||
"io/ioutil"
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func (e *dirEntry) equals(other *dirEntry) bool {
|
||||
|
|
|
@ -6,6 +6,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
"io/ioutil"
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func (e *dirEntry) equals(other *dirEntry) bool {
|
||||
|
|
Loading…
Add table
Reference in a new issue