summaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-base_files_drive__info__posix.cc
blob: 8c50fee8089e24e995b889493f43f4ef079d10b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/files/drive_info_posix.cc.orig	2025-03-24 20:50:14 UTC
+++ base/files/drive_info_posix.cc
@@ -24,7 +24,7 @@ std::optional<DriveInfo> GetFileDriveInfo(const FilePa
 
 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)