mount: add support for OpenBSD
Signed-off-by: Ivan Markin <sw@nogoegst.net>
This commit is contained in:
parent
1a5f9a3434
commit
0828b7aa96
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user