| Index: runtime/bin/utils_openbsd.cc
|
| diff --git a/runtime/bin/utils_android.cc b/runtime/bin/utils_openbsd.cc
|
| similarity index 97%
|
| copy from runtime/bin/utils_android.cc
|
| copy to runtime/bin/utils_openbsd.cc
|
| index e36ac11cdb1525e9b543bc023472f9fec85459b1..5b2ffdf6849fe3569a7de2f958c80905e8a36d4f 100644
|
| --- a/runtime/bin/utils_android.cc
|
| +++ b/runtime/bin/utils_openbsd.cc
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include "platform/globals.h"
|
| -#if defined(TARGET_OS_ANDROID)
|
| +#if defined(TARGET_OS_OPENBSD)
|
|
|
| #include <errno.h> // NOLINT
|
| #include <netdb.h> // NOLINT
|
| @@ -115,4 +115,4 @@ void TimerUtils::Sleep(int64_t millis) {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_ANDROID)
|
| +#endif // defined(TARGET_OS_OPENBSD)
|
|
|