From 77c2b1f807aa6fb549cbcff9d1e6fa9ab830be70 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 9 Feb 2002 14:55:37 +0000 Subject: [PATCH] FreeBSD 3.x has [SVN r12770] --- include/boost/config/platform/bsd.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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