Skip to content

Commit 4e5ce76

Browse files
authored
Merge pull request #4579 from iamleot/netbsd-support
Add support for NetBSD
2 parents 38f799d + 4c47fe0 commit 4e5ce76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/local/store_unix.go

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

33
/*
44
Copyright The containerd Authors.

sys/stat_bsd.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 netbsd
22

33
/*
44
Copyright The containerd Authors.

0 commit comments

Comments
 (0)