mount: basic support for FreeBSD

Signed-off-by: Samuel Karp <me@samuelkarp.com>
This commit is contained in:
Samuel Karp
2020-12-12 20:32:02 -08:00
parent dc207b654d
commit d6baafa75f
2 changed files with 138 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// +build darwin freebsd openbsd
// +build darwin openbsd
/*
Copyright The containerd Authors.