# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/firefox/hotfix.patch.musl # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- a/config/system-headers.mozbuild.vanilla 2026-05-13 15:26:57.961382813 +0200 +++ b/config/system-headers.mozbuild 2026-05-13 15:27:05.431064714 +0200 @@ -862,7 +862,6 @@ "sys/shm.h", "sys/siginfo.h", "sys/signal.h", - "sys/single_threaded.h", "sys/socket.h", "sys/sockio.h", "sys/sparc/frame.h", --- a/toolkit/mozapps/update/updater/updater.cpp.vanilla 2024-08-01 22:15:05.881448120 +0200 +++ b/toolkit/mozapps/update/updater/updater.cpp 2024-08-01 22:15:34.312448209 +0200 @@ -107,9 +107,9 @@ # define USE_EXECV #endif -#if defined(XP_OPENBSD) +//#if defined(XP_OPENBSD) # define stat64 stat -#endif +//#endif #if defined(MOZ_VERIFY_MAR_SIGNATURE) && defined(MAR_NSS) # include "nss.h" --- a/third_party/libwebrtc/rtc_base/platform_thread_types.cc.vanilla 2026-05-14 13:29:24.574269026 +0200 +++ b/third_party/libwebrtc/rtc_base/platform_thread_types.cc 2026-05-14 13:29:32.665213403 +0200 @@ -12,7 +12,7 @@ // IWYU pragma: begin_keep #if defined(WEBRTC_LINUX) -#include +//#include #include #include