Skip to content

Commit cad9e55

Browse files
committed
fs: support for OpenBSD
Signed-off-by: Ivan Markin <[email protected]>
1 parent 004b464 commit cad9e55

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

fs/copy_unix.go

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

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

sysx/nodata_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.

0 commit comments

Comments
 (0)