$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- base/files/drive_info_posix.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ base/files/drive_info_posix.cc @@ -28,7 +28,7 @@ DriveInfo& DriveInfo::operator=(DriveInf std::optional 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)