]> git.pld-linux.org Git - packages/log4cxx.git/blob - log4cxx-gcc43.patch
- move apidocs to -devel; rel 1
[packages/log4cxx.git] / log4cxx-gcc43.patch
1 diff -Naur apache-log4cxx-0.10.0/src/examples/cpp/console.cpp apache-log4cxx-0.10.0.new/src/examples/cpp/console.cpp
2 --- apache-log4cxx-0.10.0/src/examples/cpp/console.cpp  2008-03-31 22:34:52.000000000 +0000
3 +++ apache-log4cxx-0.10.0.new/src/examples/cpp/console.cpp      2008-08-03 17:12:55.000000000 +0000
4 @@ -22,6 +22,7 @@
5  #include <log4cxx/logmanager.h>
6  #include <iostream>
7  #include <locale.h>
8 +#include <cstring>
9  
10  using namespace log4cxx;
11  using namespace log4cxx::helpers;
12 diff -Naur apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp apache-log4cxx-0.10.0.new/src/main/cpp/inputstreamreader.cpp
13 --- apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp    2008-03-31 22:34:09.000000000 +0000
14 +++ apache-log4cxx-0.10.0.new/src/main/cpp/inputstreamreader.cpp        2008-08-03 17:13:08.000000000 +0000
15 @@ -20,6 +20,7 @@
16  #include <log4cxx/helpers/exception.h>
17  #include <log4cxx/helpers/pool.h>
18  #include <log4cxx/helpers/bytebuffer.h>
19 +#include <cstring>
20  
21  using namespace log4cxx;
22  using namespace log4cxx::helpers;
23 diff -Naur apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp apache-log4cxx-0.10.0.new/src/main/cpp/socketoutputstream.cpp
24 --- apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp   2008-03-31 22:34:09.000000000 +0000
25 +++ apache-log4cxx-0.10.0.new/src/main/cpp/socketoutputstream.cpp       2008-08-03 16:49:20.000000000 +0000
26 @@ -19,6 +19,7 @@
27  #include <log4cxx/helpers/socketoutputstream.h>
28  #include <log4cxx/helpers/socket.h>
29  #include <log4cxx/helpers/bytebuffer.h>
30 +#include <cstring>
31  
32  using namespace log4cxx;
33  using namespace log4cxx::helpers;
This page took 0.040584 seconds and 3 git commands to generate.