mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
456 B
C++
11 lines
456 B
C++
--- base/files/drive_info.h.orig 2025-02-22 18:06:53 UTC
|
|
+++ base/files/drive_info.h
|
|
@@ -48,7 +48,7 @@ struct BASE_EXPORT DriveInfo {
|
|
std::optional<bool> has_seek_penalty;
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_CHROMEOS)
|
|
+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
// Whether the drive is a removable drive.
|
|
//
|
|
// Note on macOS: that SSDs that are connected over USB that you can eject
|