Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kdirstat/files: kdirstat-2.5.3-gcc43.patch
Date: Wed, 23 Jul 2008 10:11:27
Message-Id: E1KLbJO-0002hh-Cl@stork.gentoo.org
1 loki_val 08/07/23 10:11:10
2
3 Added: kdirstat-2.5.3-gcc43.patch
4 Log:
5 Fix up for gcc-4.3, bug 232623.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 kde-misc/kdirstat/files/kdirstat-2.5.3-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kdirstat/files/kdirstat-2.5.3-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kdirstat/files/kdirstat-2.5.3-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: kdirstat-2.5.3-gcc43.patch
15 ===================================================================
16 diff -NrU5 kdirstat-2.5.3.orig/kdirstat/kdirtreecache.cpp kdirstat-2.5.3/kdirstat/kdirtreecache.cpp
17 --- kdirstat-2.5.3.orig/kdirstat/kdirtreecache.cpp 2008-07-23 12:03:22.000000000 +0200
18 +++ kdirstat-2.5.3/kdirstat/kdirtreecache.cpp 2008-07-23 12:04:01.000000000 +0200
19 @@ -8,10 +8,11 @@
20 */
21
22
23 #include <ctype.h>
24 #include <errno.h>
25 +#include <cstdlib>
26 #include <kdebug.h>
27 #include "kdirtreecache.h"
28 #include "kdirtree.h"
29
30 #define KB 1024