a04e75e95a
Submitted by: Matthias Wolf (via github) MFH: 2021Q1 Security: https://www.vuxml.org/freebsd/4ed0e43c-5cef-11eb-bafd-3065ec8fd3ec.html
12 lines
404 B
C++
12 lines
404 B
C++
--- gpu/config/gpu_test_config.cc.orig 2021-01-18 21:28:59 UTC
|
|
+++ gpu/config/gpu_test_config.cc
|
|
@@ -28,7 +28,7 @@ namespace {
|
|
GPUTestConfig::OS GetCurrentOS() {
|
|
#if BUILDFLAG(IS_ASH)
|
|
return GPUTestConfig::kOsChromeOS;
|
|
-#elif defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
+#elif defined(OS_LINUX) || defined(OS_BSD)
|
|
return GPUTestConfig::kOsLinux;
|
|
#elif defined(OS_WIN)
|
|
int32_t major_version = 0;
|