blob: 6ccd1d9d28a84f169355a9e23aba8866a531f710 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/files/drive_info_posix.cc.orig 2025-10-30 15:44:36 UTC
+++ base/files/drive_info_posix.cc
@@ -27,7 +27,7 @@ namespace base {
std::optional<DriveInfo> GetFileDriveInfo(const FilePath& file_path) {
DriveInfo drive_info;
-#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA)
+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
drive_info.has_seek_penalty = false;
return drive_info;
#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|