mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Fix build following a4245a4c6c
.
Obtained from: upstream 81edc181f8 - Update asiolink for boost 1.87
11 lines
423 B
C++
11 lines
423 B
C++
--- src/lib/dhcp/iface_mgr.cc.orig 2024-07-25 08:50:58 UTC
|
|
+++ src/lib/dhcp/iface_mgr.cc
|
|
@@ -1034,7 +1034,7 @@ IfaceMgr::getLocalAddress(const IOAddress& remote_addr
|
|
}
|
|
|
|
// Create socket that will be used to connect to remote endpoint.
|
|
- boost::asio::io_service io_service;
|
|
+ boost::asio::io_context io_service;
|
|
boost::asio::ip::udp::socket sock(io_service);
|
|
|
|
boost::system::error_code err_code;
|