Gentoo Archives: gentoo-commits

From: "Stefan Briesenick (sbriesen)" <sbriesen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kload/files: kload-0.9.4-gcc43.diff
Date: Mon, 30 Jun 2008 18:07:16
Message-Id: E1KDNmQ-0008AM-Ok@stork.gentoo.org
1 sbriesen 08/06/30 18:07:10
2
3 Added: kload-0.9.4-gcc43.diff
4 Log:
5
6
7 Revision Changes Path
8 1.1 kde-misc/kload/files/kload-0.9.4-gcc43.diff
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kload/files/kload-0.9.4-gcc43.diff?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kload/files/kload-0.9.4-gcc43.diff?rev=1.1&content-type=text/plain
12
13 Index: kload-0.9.4-gcc43.diff
14 ===================================================================
15 diff -Naur kload-0.9.4.orig/cpupanel.cpp kload-0.9.4/cpupanel.cpp
16 --- kload-0.9.4.orig/cpupanel.cpp 2004-10-18 21:49:19.000000000 +0200
17 +++ kload-0.9.4/cpupanel.cpp 2008-06-29 23:23:28.000000000 +0200
18 @@ -9,6 +9,7 @@
19 #include "cpupanel.h"
20 #include "KloadClt.h"
21
22 +#include <stdlib.h>
23 #include <cstdio>
24
25 using namespace std;
26 diff -Naur kload-0.9.4.orig/KloadClt.cpp kload-0.9.4/KloadClt.cpp
27 --- kload-0.9.4.orig/KloadClt.cpp 2004-10-28 15:30:29.000000000 +0200
28 +++ kload-0.9.4/KloadClt.cpp 2008-06-29 23:23:28.000000000 +0200
29 @@ -12,6 +12,7 @@
30
31 #include <sys/socket.h>
32 #include <netdb.h>
33 +#include <stdlib.h>
34 #include <unistd.h>
35 #include <errno.h>
36
37 diff -Naur kload-0.9.4.orig/kload.cpp kload-0.9.4/kload.cpp
38 --- kload-0.9.4.orig/kload.cpp 2004-10-28 15:03:05.000000000 +0200
39 +++ kload-0.9.4/kload.cpp 2008-06-29 23:23:28.000000000 +0200
40 @@ -15,6 +15,7 @@
41 #include <cstdio>
42 #include <cstring>
43 #include <cctype>
44 +#include <stdlib.h>
45 #include <errno.h>
46 #include <time.h>
47
48 diff -Naur kload-0.9.4.orig/lpanel.cpp kload-0.9.4/lpanel.cpp
49 --- kload-0.9.4.orig/lpanel.cpp 2004-10-28 14:54:48.000000000 +0200
50 +++ kload-0.9.4/lpanel.cpp 2008-06-29 23:23:28.000000000 +0200
51 @@ -9,6 +9,7 @@
52
53 #include <math.h>
54 #include <unistd.h>
55 +#include <stdlib.h>
56
57 using namespace std;
58
59 diff -Naur kload-0.9.4.orig/netpanel.cpp kload-0.9.4/netpanel.cpp
60 --- kload-0.9.4.orig/netpanel.cpp 2004-10-28 14:54:17.000000000 +0200
61 +++ kload-0.9.4/netpanel.cpp 2008-06-29 23:24:06.000000000 +0200
62 @@ -7,6 +7,7 @@
63 #include <assert.h>
64 #include <ctype.h>
65 #include <qregexp.h>
66 +#include <stdlib.h>
67
68 #include "netpanel.h"
69 #include "KloadClt.h"
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list