Update continuity vendor to d8fb85
Includes a fix for 32bit systems Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
This commit is contained in:
7
vendor/github.com/containerd/continuity/sysx/xattr_openbsd.go
generated
vendored
Normal file
7
vendor/github.com/containerd/continuity/sysx/xattr_openbsd.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package sysx
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var unsupported = errors.New("extended attributes unsupported on OpenBSD")
|
||||
2
vendor/github.com/containerd/continuity/sysx/xattr_unsupported.go
generated
vendored
2
vendor/github.com/containerd/continuity/sysx/xattr_unsupported.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// +build freebsd solaris
|
||||
// +build freebsd openbsd solaris
|
||||
|
||||
package sysx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user