From deb3911f5e26ff564d209b17c04a0c4b2681b393 Mon Sep 17 00:00:00 2001 From: Kody A Kantor Date: Tue, 25 Feb 2020 12:58:18 -0600 Subject: [PATCH] cpu package fails to build on illumos (#9036) --- pkg/cpu/counter_other.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cpu/counter_other.go b/pkg/cpu/counter_other.go index c9c7ed9b4..1cf1c1c73 100644 --- a/pkg/cpu/counter_other.go +++ b/pkg/cpu/counter_other.go @@ -1,7 +1,7 @@ -// +build darwin freebsd openbsd netbsd dragonfly windows +// +build !linux /* - * MinIO Cloud Storage, (C) 2019 MinIO, Inc. + * MinIO Cloud Storage, (C) 2019-2020 MinIO, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.