diff --git a/cmd/xl-storage_noatime_notsupported.go b/cmd/xl-storage_noatime_notsupported.go index ce590005d..a5a00d5b6 100644 --- a/cmd/xl-storage_noatime_notsupported.go +++ b/cmd/xl-storage_noatime_notsupported.go @@ -1,4 +1,4 @@ -// +build windows darwin +// +build windows darwin freebsd /* * MinIO Cloud Storage, (C) 2021 MinIO, Inc. diff --git a/cmd/xl-storage_noatime_supported.go b/cmd/xl-storage_noatime_supported.go index b286b3b17..ca50d1f86 100644 --- a/cmd/xl-storage_noatime_supported.go +++ b/cmd/xl-storage_noatime_supported.go @@ -1,4 +1,4 @@ -// +build !windows,!darwin +// +build !windows,!darwin,!freebsd /* * MinIO Cloud Storage, (C) 2021 MinIO, Inc. diff --git a/pkg/ioutil/read_file_noatime_notsupported.go b/pkg/ioutil/read_file_noatime_notsupported.go index 29391f9e9..013ff3990 100644 --- a/pkg/ioutil/read_file_noatime_notsupported.go +++ b/pkg/ioutil/read_file_noatime_notsupported.go @@ -1,4 +1,4 @@ -// +build windows darwin +// +build windows darwin freebsd /* * MinIO Cloud Storage, (C) 2021 MinIO, Inc. diff --git a/pkg/ioutil/read_file_noatime_supported.go b/pkg/ioutil/read_file_noatime_supported.go index 58819185d..c632164bf 100644 --- a/pkg/ioutil/read_file_noatime_supported.go +++ b/pkg/ioutil/read_file_noatime_supported.go @@ -1,4 +1,4 @@ -// +build !windows,!darwin +// +build !windows,!darwin,!freebsd /* * MinIO Cloud Storage, (C) 2021 MinIO, Inc.