| Index: runtime/bin/eventhandler_openbsd.h
|
| diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_openbsd.h
|
| similarity index 93%
|
| copy from runtime/bin/eventhandler_macos.h
|
| copy to runtime/bin/eventhandler_openbsd.h
|
| index 48b0b96def8cceb4602e599ea8f1ac6a26fc4e16..101d56578856c5429a343fda73114e9b7598eda5 100644
|
| --- a/runtime/bin/eventhandler_macos.h
|
| +++ b/runtime/bin/eventhandler_openbsd.h
|
| @@ -2,11 +2,11 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#ifndef BIN_EVENTHANDLER_MACOS_H_
|
| -#define BIN_EVENTHANDLER_MACOS_H_
|
| +#ifndef BIN_EVENTHANDLER_OPENBSD_H_
|
| +#define BIN_EVENTHANDLER_OPENBSD_H_
|
|
|
| #if !defined(BIN_EVENTHANDLER_H_)
|
| -#error Do not include eventhandler_macos.h directly; use eventhandler.h instead.
|
| +#error Do not include eventhandler_openbsd.h directly use eventhandler.h instead
|
| #endif
|
|
|
| #include <errno.h>
|
| @@ -104,4 +104,4 @@ class EventHandlerImplementation {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // BIN_EVENTHANDLER_MACOS_H_
|
| +#endif // BIN_EVENTHANDLER_OPENBSD_H_
|
|
|