mirror of
https://github.com/containers/podman.git
synced 2025-12-17 05:01:09 +08:00
migrate to go-modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/fsouza/go-dockerclient/internal/archive/archive_unix.go
generated
vendored
2
vendor/github.com/fsouza/go-dockerclient/internal/archive/archive_unix.go
generated
vendored
@@ -42,7 +42,7 @@ func getInodeFromStat(stat interface{}) (inode uint64, err error) {
|
||||
s, ok := stat.(*syscall.Stat_t)
|
||||
|
||||
if ok {
|
||||
inode = uint64(s.Ino)
|
||||
inode = s.Ino
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user