summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-remoting_host_host__details.cc
blob: e705321f08ce47e0611f3fac898416f5c6f80014 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_details.cc.orig	2019-09-10 11:14:11 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";