diff --git a/include/boost/config/platform/bsd.hpp b/include/boost/config/platform/bsd.hpp index 18bd5021..101adfd1 100644 --- a/include/boost/config/platform/bsd.hpp +++ b/include/boost/config/platform/bsd.hpp @@ -21,10 +21,10 @@ // // is this the correct version check? -// FreeBSD has but does not +// FreeBSD has but does not // advertise the fact in : // -#if defined(__FreeBSD__) && (__FreeBSD__ >= 4) +#if defined(__FreeBSD__) && (__FreeBSD__ >= 3) # define BOOST_HAS_NL_TYPES_H #endif