diff options
author | Jack Lloyd <[email protected]> | 2019-03-27 09:14:06 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-03-27 09:14:06 -0400 |
commit | 1c6803e9f6da35de07e6f220c93e7d7512e07588 (patch) | |
tree | 2270e0f81b7a6e23f820033226fd429bcd4c4fb5 /src/lib/utils/socket | |
parent | e16e981152236703bdaf482b867fb90c5f1f9f6a (diff) |
Rename 'darwin' target to 'macos'
Both because that's the more common term, and because iOS/watchOS also
uses the Darwin kernel, but we have a distinct target for mobile.
Diffstat (limited to 'src/lib/utils/socket')
-rw-r--r-- | src/lib/utils/socket/socket.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/utils/socket/socket.cpp b/src/lib/utils/socket/socket.cpp index c9c37f2bb..880d5ecfd 100644 --- a/src/lib/utils/socket/socket.cpp +++ b/src/lib/utils/socket/socket.cpp @@ -12,9 +12,9 @@ #if defined(BOTAN_HAS_BOOST_ASIO) /* - * We don't need serial port support anyway, and asking for it - * causes macro conflicts with Darwin's termios.h when this - * file is included in the amalgamation. GH #350 + * We don't need serial port support anyway, and asking for it causes + * macro conflicts with termios.h when this file is included in the + * amalgamation. */ #define BOOST_ASIO_DISABLE_SERIAL_PORT #include <boost/asio.hpp> |