aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-components_update__client_update__query__params.cc
blob: 79e60763484ce6ea95d407ac0a206a17338ed482 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/update_client/update_query_params.cc.orig	2025-03-24 20:50:14 UTC
+++ components/update_client/update_query_params.cc
@@ -39,6 +39,8 @@ const char kOs[] =
     "fuchsia";
 #elif BUILDFLAG(IS_OPENBSD)
     "openbsd";
+#elif defined(OS_FREEBSD)
+    "freebsd";
 #else
 #error "unknown os"
 #endif