mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
This update also removes the --audio-backend command line switch in favor of an actual setting in the browser that can be changed at chrome://flags/#audio-backend Security: https://vuxml.freebsd.org/freebsd/15d398ea-4f73-11ef-8a0f-a8a1599412c6.html
11 lines
624 B
C++
11 lines
624 B
C++
--- base/files/scoped_file.cc.orig 2024-07-30 11:12:21 UTC
|
|
+++ base/files/scoped_file.cc
|
|
@@ -32,7 +32,7 @@ void ScopedFDCloseTraits::Free(int fd) {
|
|
int ret = IGNORE_EINTR(close(fd));
|
|
|
|
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_APPLE) || \
|
|
- BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_ANDROID)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)
|
|
// NB: Some file descriptors can return errors from close() e.g. network
|
|
// filesystems such as NFS and Linux input devices. On Linux, macOS, and
|
|
// Fuchsia's POSIX layer, errors from close other than EBADF do not indicate
|