mount: add support for OpenBSD
Signed-off-by: Ivan Markin <sw@nogoegst.net>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// +build darwin freebsd
|
// +build darwin freebsd openbsd
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright The containerd Authors.
|
Copyright The containerd Authors.
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// +build freebsd openbsd
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright The containerd Authors.
|
Copyright The containerd Authors.
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
// +build !linux,!freebsd,!solaris freebsd,!cgo solaris,!cgo
|
// +build !linux,!freebsd,!solaris,!openbsd freebsd,!cgo solaris,!cgo openbsd,!cgo
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright The containerd Authors.
|
Copyright The containerd Authors.
|
||||||
|
Reference in New Issue
Block a user