summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-remoting_host_host__details.cc
blob: c221907fcaf09678e91cf449e4a27c064d25841b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_details.cc.orig	2019-03-11 22:01:01 UTC
+++ remoting/host/host_details.cc
@@ -24,7 +24,7 @@ std::string GetHostOperatingSystemName() {
   return "Mac";
 #elif defined(OS_CHROMEOS)
   return "ChromeOS";
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
   return "Linux";
 #elif defined(OS_ANDROID)
   return "Android";