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 mount
func parseOptions(options string) (int, string) {
@@ -1,3 +1,4 @@
// +build: !linux !amd64
package mount
func mount(device, target, mType string, flag uintptr, data string) error {
@@ -1,3 +1,4 @@
// +build: !linux !amd64
package netlink
import (