diff options
Diffstat (limited to 'www/iridium/files/patch-remoting_host_base_switches.cc')
-rw-r--r-- | www/iridium/files/patch-remoting_host_base_switches.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/iridium/files/patch-remoting_host_base_switches.cc b/www/iridium/files/patch-remoting_host_base_switches.cc index a7b337bac377..6519b3cd630b 100644 --- a/www/iridium/files/patch-remoting_host_base_switches.cc +++ b/www/iridium/files/patch-remoting_host_base_switches.cc @@ -1,4 +1,4 @@ ---- remoting/host/base/switches.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/base/switches.cc.orig 2025-06-19 07:37:57 UTC +++ remoting/host/base/switches.cc @@ -23,13 +23,13 @@ const char kProcessTypeEvaluateCapability[] = "evaluat const char kProcessTypeFileChooser[] = "file_chooser"; @@ -13,6 +13,6 @@ -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kEnableUtempter[] = "enable-utempter"; + const char kEnableWtmpdb[] = "enable-wtmpdb"; #endif |