mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
11 lines
308 B
C++
11 lines
308 B
C++
--- remoting/host/host_details.cc.orig 2017-05-09 19:02:49 UTC
|
|
+++ remoting/host/host_details.cc
|
|
@@ -26,6 +26,8 @@ std::string GetHostOperatingSystemName()
|
|
return "Linux";
|
|
#elif defined(OS_ANDROID)
|
|
return "Android";
|
|
+#elif defined(OS_BSD)
|
|
+ return "BSD";
|
|
#else
|
|
#error "Unsupported host OS"
|
|
#endif
|