Remove all darwin specific files and use more generic _unsupported with build tags.

Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack)
This commit is contained in:
Guillaume J. Charmes
2014-01-30 23:10:56 +00:00
parent 9481afa617
commit 45dd051e8e
10 changed files with 14 additions and 4 deletions
@@ -1,3 +1,4 @@
// +build: !linux !amd64
package aufs
import "errors"
+1 -1
View File
@@ -1,3 +1,3 @@
// +build !linux
// +build !linux !amd64
package btrfs