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