Merge pull request #4579 from iamleot/netbsd-support

Add support for NetBSD
This commit is contained in:
Phil Estes 2020-09-22 17:24:45 -04:00 committed by GitHub
commit 4e5ce76ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build linux solaris darwin freebsd
// +build linux solaris darwin freebsd netbsd
/*
Copyright The containerd Authors.

View File

@ -1,4 +1,4 @@
// +build darwin freebsd
// +build darwin freebsd netbsd
/*
Copyright The containerd Authors.