]> git.pld-linux.org Git - packages/log4cxx.git/blob - log4cxx-gcc43.patch
- release 6 (by relup.sh)
[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,8 @@
5  #include <log4cxx/logmanager.h>
6  #include <iostream>
7  #include <locale.h>
8 +#include <cstring>
9 +#include <cstdio>
10  
11  using namespace log4cxx;
12  using namespace log4cxx::helpers;
13 diff -Naur apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp apache-log4cxx-0.10.0.new/src/main/cpp/inputstreamreader.cpp
14 --- apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp    2008-03-31 22:34:09.000000000 +0000
15 +++ apache-log4cxx-0.10.0.new/src/main/cpp/inputstreamreader.cpp        2008-08-03 17:13:08.000000000 +0000
16 @@ -20,6 +20,7 @@
17  #include <log4cxx/helpers/exception.h>
18  #include <log4cxx/helpers/pool.h>
19  #include <log4cxx/helpers/bytebuffer.h>
20 +#include <cstring>
21  
22  using namespace log4cxx;
23  using namespace log4cxx::helpers;
24 diff -Naur apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp apache-log4cxx-0.10.0.new/src/main/cpp/socketoutputstream.cpp
25 --- apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp   2008-03-31 22:34:09.000000000 +0000
26 +++ apache-log4cxx-0.10.0.new/src/main/cpp/socketoutputstream.cpp       2008-08-03 16:49:20.000000000 +0000
27 @@ -19,6 +19,7 @@
28  #include <log4cxx/helpers/socketoutputstream.h>
29  #include <log4cxx/helpers/socket.h>
30  #include <log4cxx/helpers/bytebuffer.h>
31 +#include <cstring>
32  
33  using namespace log4cxx;
34  using namespace log4cxx::helpers;
This page took 0.215813 seconds and 3 git commands to generate.