Skip to content

Commit

Permalink
system: unbreak build for darwin
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 26dafe4)
  • Loading branch information
tonistiigi authored and dfr committed Jun 3, 2022
1 parent ac78d6a commit fb81056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/system/mknod_linux.go → pkg/system/mknod_unix.go
@@ -1,3 +1,6 @@
//go:build !freebsd && !windows
// +build !freebsd,!windows

package system // import "github.com/docker/docker/pkg/system"

import (
Expand Down

0 comments on commit fb81056

Please sign in to comment.