Skip to content

Commit 0828b7a

Browse files
committed
mount: add support for OpenBSD
Signed-off-by: Ivan Markin <[email protected]>
1 parent 1a5f9a3 commit 0828b7a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

mount/mount_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build darwin freebsd
1+
// +build darwin freebsd openbsd
22

33
/*
44
Copyright The containerd Authors.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build freebsd openbsd
2+
13
/*
24
Copyright The containerd Authors.
35

mount/mountinfo_unsupported.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !linux,!freebsd,!solaris freebsd,!cgo solaris,!cgo
1+
// +build !linux,!freebsd,!solaris,!openbsd freebsd,!cgo solaris,!cgo openbsd,!cgo
22

33
/*
44
Copyright The containerd Authors.

0 commit comments

Comments
 (0)