Index: head/net/kea/files/patch-src-lib-asiolink-io_acceptor.h =================================================================== --- head/net/kea/files/patch-src-lib-asiolink-io_acceptor.h (nonexistent) +++ head/net/kea/files/patch-src-lib-asiolink-io_acceptor.h (revision 463371) @@ -0,0 +1,14 @@ +--- src/lib/asiolink/io_acceptor.h.orig 2017-10-05 13:00:03 UTC ++++ src/lib/asiolink/io_acceptor.h +@@ -47,7 +47,11 @@ public: + + /// @brief Returns file descriptor of the underlying socket. + virtual int getNative() const { ++#if BOOST_VERSION < 106600 + return (acceptor_->native()); ++#else ++ return (acceptor_->native_handle()); ++#endif + } + + /// @brief Opens acceptor socket given the endpoint. Property changes on: head/net/kea/files/patch-src-lib-asiolink-io_acceptor.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property