Merge pull request #2559 from bsiegert/netbsd-uname

Enable uname collector on NetBSD too
This commit is contained in:
Ben Kochie 2022-12-31 13:03:41 +01:00 committed by GitHub
commit a3bd2e1305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build (darwin || freebsd || openbsd || linux) && !nouname
// +build darwin freebsd openbsd linux
//go:build (darwin || freebsd || openbsd || netbsd || linux) && !nouname
// +build darwin freebsd openbsd netbsd linux
// +build !nouname
package collector

View File

@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build (darwin || freebsd || openbsd) && !nouname
// +build darwin freebsd openbsd
//go:build (darwin || freebsd || openbsd || netbsd) && !nouname
// +build darwin freebsd openbsd netbsd
// +build !nouname
package collector