freebsd-ports/devel/boost-libs/files
Jung-uk Kim 165827a5c5 Fix Boost.Asio to accept 'unsigned long' type ioctl(2) command.
Although POSIX says the type is 'int', all BSD variants (including Mac OS X)
have been using 'unsigned long' type for very long time and its use predates
the standard long enough.  For certain commands (e.g., FIONBIO), the integer
value may get sign-extended on 64-bit platforms (by implicit type promotion)
and it causes annoying warnings from kernel such as this:

WARNING pid 24509 (python2.6): ioctl sign-extension ioctl ffffffff8004667e

Approved by:	churanov.port.maintainer@gmail.com (maintainer timeout)
2010-07-19 22:25:04 +00:00
..
patch-boost__config__compiler__gcc.hpp
patch-boost_archive_shared_ptr_helper.hpp Update to 1.43.0 2010-06-11 23:15:26 +00:00
patch-boost_asio-ioctl Fix Boost.Asio to accept 'unsigned long' type ioctl(2) command. 2010-07-19 22:25:04 +00:00
patch-boost_parameter_aux__maybe.hpp Update to 1.43.0 2010-06-11 23:15:26 +00:00
patch-boost_test_impl_execution_monitor.ipp
patch-Jamroot
patch-libs_regex_build_Jamfile.v2 Update to 1.43.0 2010-06-11 23:15:26 +00:00
patch-tools_build_v2_tools_common.jam
patch-tools_build_v2_tools_gcc.jam
patch-tools_build_v2_tools_python.jam
patch-tools_jam_src_build.jam