]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - boost/patches/boost-1.41.0-iostreams-zlib.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / boost / patches / boost-1.41.0-iostreams-zlib.patch
1 Index: /trunk/boost/iostreams/filter/zlib.hpp
2 ===================================================================
3 --- a/boost/iostreams/filter/zlib.hpp (revision 45783)
4 +++ b/boost/iostreams/filter/zlib.hpp (revision 57610)
5 @@ -21,4 +21,5 @@
6 #include <new>
7 #include <boost/config.hpp> // MSVC, STATIC_CONSTANT, DEDUCED_TYPENAME, DINKUM.
8 +#include <boost/cstdint.hpp> // uint*_t
9 #include <boost/detail/workaround.hpp>
10 #include <boost/iostreams/constants.hpp> // buffer size.
11 @@ -44,7 +45,7 @@
12 // Typedefs
13
14 -typedef unsigned int uint;
15 -typedef unsigned char byte;
16 -typedef unsigned long ulong;
17 +typedef uint32_t uint;
18 +typedef uint8_t byte;
19 +typedef uint32_t ulong;
20
21 // Prefix 'x' prevents symbols from being redefined when Z_PREFIX is defined