aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_update__client_update__query__params.cc
blob: 7c538dde74a6d00dc9e43b289f092d1d1360e3da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/update_client/update_query_params.cc.orig	2022-10-01 07:40:07 UTC
+++ components/update_client/update_query_params.cc
@@ -40,6 +40,8 @@ const char kOs[] =
     "fuchsia";
 #elif BUILDFLAG(IS_OPENBSD)
     "openbsd";
+#elif defined(OS_FREEBSD)
+    "freebsd";
 #else
 #error "unknown os"
 #endif