Petr Machata c4b14f
diff -up /home/petr/fedora/boost/devel/boost-1.41.0.cmake0/boost/iostreams/device/mapped_file.hpp\~ /home/petr/fedora/boost/devel/boost-1.41.0.cmake0/boost/iostreams/device/mapped_file.hpp
Petr Machata c4b14f
--- boost/iostreams/device/mapped_file.hpp~	2009-12-17 20:51:56.000000000 +0100
Petr Machata c4b14f
+++ boost/iostreams/device/mapped_file.hpp	2010-01-25 10:33:43.000000000 +0100
Petr Machata c4b14f
@@ -4,6 +4,9 @@
Petr Machata c4b14f
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Petr Machata c4b14f
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
Petr Machata c4b14f
 
Petr Machata c4b14f
+#ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
Petr Machata c4b14f
+#define BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
Petr Machata c4b14f
+
Petr Machata c4b14f
 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
Petr Machata c4b14f
 # pragma once
Petr Machata c4b14f
 #endif
Petr Machata c4b14f
@@ -591,3 +594,5 @@ operator^=(mapped_file::mapmode& a, mapp
Petr Machata c4b14f
 } } // End namespaces iostreams, boost.
Petr Machata c4b14f
 
Petr Machata c4b14f
 #include <boost/config/abi_suffix.hpp> // pops abi_suffix.hpp pragmas
Petr Machata c4b14f
+
Petr Machata c4b14f
+#endif // #ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
Petr Machata c4b14f
Petr Machata c4b14f
Diff finished.  Mon Jan 25 10:33:55 2010