8000 system: unbreak build for darwin · moby/moby@f55b030 · GitHub
[go: up one dir, main page]

Skip to content

Commit f55b030

Browse files
tonistiigidfr
authored andcommitted
system: unbreak build for darwin
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> (cherry picked from commit 26dafe4) Signed-off-by: Doug Rabson <dfr@rabson.org>
1 parent 63ab12c commit f55b030

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/system/mknod_linux.go renamed to pkg/system/mknod_unix.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build !freebsd && !windows
2+
// +build !freebsd,!windows
3+
14
package system // import "github.com/docker/docker/pkg/system"
25

36
import (

0 commit comments

Comments
 (0)
0