+++ /dev/null
---- ./cpp/src/Freeze/MapI.cpp
-+++ ./cpp/src/Freeze/MapI.cpp
-@@ -1487,10 +1487,10 @@ Freeze::MapHelperI::size() const
-
- try
- {
--#if DB_VERSION_MAJOR != 4
--#error Freeze requires DB 4.x
-+#if DB_VERSION_MAJOR < 4
-+#error Freeze requires DB 4.x or greater
- #endif
--#if DB_VERSION_MINOR < 3
-+#if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR < 3
- _db->stat(&s, 0);
- #else
- _db->stat(_connection->dbTxn(), &s, 0);
\ No newline at end of file
+++ /dev/null
---- Ice-3.4.1.old/cpp/include/Ice/Buffer.h 2010-06-03 17:48:33.000000000 +0100
-+++ Ice-3.4.1.old/cpp/include/Ice/Buffer.h 2011-07-20 13:20:04.000000000 +0100
-@@ -11,6 +11,7 @@
- #define ICEE_BUFFER_H
-
- #include <Ice/Config.h>
-+#include <cstddef>
-
- namespace IceInternal
- {