Skip to content

Commit 26c1120

Browse files
authored
Merge pull request #109 from nogoegst/fs-openbsd
Add OpenBSD support for fs subpackage
2 parents 0ec5967 + cad9e55 commit 26c1120

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)