aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__browser__omaha_query_params__omaha_query_params.cc
blob: b68d974e4b3eb896c73c1f5025771181930f3ba0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./chrome/browser/omaha_query_params/omaha_query_params.cc.orig	2014-08-20 21:02:00.000000000 +0200
+++ ./chrome/browser/omaha_query_params/omaha_query_params.cc	2014-08-22 15:06:25.000000000 +0200
@@ -29,6 +29,8 @@
     "linux";
 #elif defined(OS_OPENBSD)
     "openbsd";
+#elif defined(OS_FREEBSD)
+    "freebsd";
 #else
 #error "unknown os"
 #endif