$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55531 - trunk/boost/interprocess/detail
From: igaztanaga_at_[hidden]
Date: 2009-08-11 13:37:37
Author: igaztanaga
Date: 2009-08-11 13:37:36 EDT (Tue, 11 Aug 2009)
New Revision: 55531
URL: http://svn.boost.org/trac/boost/changeset/55531
Log:
FreeBSD 8 fixes
Text files modified: 
   trunk/boost/interprocess/detail/workaround.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/interprocess/detail/workaround.hpp
==============================================================================
--- trunk/boost/interprocess/detail/workaround.hpp	(original)
+++ trunk/boost/interprocess/detail/workaround.hpp	2009-08-11 13:37:36 EDT (Tue, 11 Aug 2009)
@@ -95,7 +95,7 @@
    //portable "/shmname" format does not work due to permission issues
    //For those systems we need to form a path to a temporary directory:
    //          hp-ux               tru64               vms               freebsd
-   #if defined(__hpux) || defined(__osf__) || defined(__vms) || (defined(__FreeBSD__) && (__FreeBSD__ >= 8)) 
+   #if defined(__hpux) || defined(__osf__) || defined(__vms) || (defined(__FreeBSD__) && (__FreeBSD__ < 8)) 
    #define BOOST_INTERPROCESS_FILESYSTEM_BASED_POSIX_RESOURCES
    #endif