Dash:
[t2-trunk.git] / package / develop / log4cxx / hotfix-gcc43.patch
blob341e0fe3fa4b79a2bb37e6748ece635b2af503d2
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../log4cxx/gcc43.patch
5 # Copyright (C) 2009 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- log4cxx-0.9.7/src/socketoutputstream.cpp.vanilla 2009-10-22 09:45:32.000000000 +0200
18 +++ log4cxx-0.9.7/src/socketoutputstream.cpp 2009-10-22 09:45:54.000000000 +0200
19 @@ -13,6 +13,8 @@
20 * See the License for the specific language governing permissions and
21 * limitations under the License.
24 +#include <cstring>
26 #include <log4cxx/helpers/socketoutputstream.h>
27 #include <log4cxx/helpers/socket.h>
28 --- log4cxx-0.9.7/src/stringtokenizer.cpp.vanilla 2009-10-22 10:03:12.000000000 +0200
29 +++ log4cxx-0.9.7/src/stringtokenizer.cpp 2009-10-22 10:03:45.000000000 +0200
30 @@ -13,6 +13,8 @@
31 * See the License for the specific language governing permissions and
32 * limitations under the License.
35 +#include <cstring>
37 #include <log4cxx/helpers/stringtokenizer.h>
39 --- log4cxx-0.9.7/src/socketinputstream.cpp.vanilla 2009-10-22 10:04:37.000000000 +0200
40 +++ log4cxx-0.9.7/src/socketinputstream.cpp 2009-10-22 10:04:46.000000000 +0200
41 @@ -13,6 +13,8 @@
42 * See the License for the specific language governing permissions and
43 * limitations under the License.
46 +#include <cstring>
48 #include <log4cxx/helpers/socketinputstream.h>
49 #include <log4cxx/helpers/socket.h>
50 --- log4cxx-0.9.7/src/xmlsocketappender.cpp.vanilla 2009-10-22 10:12:43.000000000 +0200
51 +++ log4cxx-0.9.7/src/xmlsocketappender.cpp 2009-10-22 10:12:50.000000000 +0200
52 @@ -14,6 +14,8 @@
53 * limitations under the License.
56 +#include <cstring>
58 #include <log4cxx/net/xmlsocketappender.h>
59 #include <log4cxx/helpers/loglog.h>
60 #include <log4cxx/helpers/socketoutputstream.h>
61 --- log4cxx-0.9.7/src/timezone.cpp.vanilla 2009-10-22 10:12:12.000000000 +0200
62 +++ log4cxx-0.9.7/src/timezone.cpp 2009-10-22 10:12:19.000000000 +0200
63 @@ -13,6 +13,8 @@
64 * See the License for the specific language governing permissions and
65 * limitations under the License.
68 +#include <cstring>
70 #include <log4cxx/helpers/timezone.h>
71 #include <locale>
72 --- log4cxx-0.9.7/tests/src/drfatestcase.cpp.vanilla 2009-10-22 10:13:07.000000000 +0200
73 +++ log4cxx-0.9.7/tests/src/drfatestcase.cpp 2009-10-22 10:13:13.000000000 +0200
74 @@ -14,6 +14,8 @@
75 * limitations under the License.
78 +#include <cstring>
80 #include <cppunit/TestFixture.h>
81 #include <cppunit/extensions/HelperMacros.h>