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:
Eli Uriegas
2018-02-16 23:20:26 +00:00
parent 6a50dca196
commit 735114f500
4 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package sysx
import (
"errors"
)
var unsupported = errors.New("extended attributes unsupported on OpenBSD")

View File

@@ -1,4 +1,4 @@
// +build freebsd solaris
// +build freebsd openbsd solaris
package sysx