]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/tripwire-2.4.0.1-gcc4_build_fixes-1.patch
Neue Netzwerkdialoge sind zum ersten Test verfuegbar.
[ipfire-2.x.git] / src / patches / tripwire-2.4.0.1-gcc4_build_fixes-1.patch
1 Submitted By: Bruce Dubbs <bdubbs@linuxfromscratch.org>
2 Date: 2006-04-12
3 Initial Package Version: 2.4.0.1
4 Origin: Mandrake CVS
5 Description: This patch contains gcc-4 fixes developed by me.
6
7
8 diff -Naur tripwire-2.4.0.1/src/fco/fconame.h tw-new/src/fco/fconame.h
9 --- tripwire-2.4.0.1/src/fco/fconame.h 2005-09-15 22:12:38.000000000 -0500
10 +++ tw-new/src/fco/fconame.h 2006-04-11 21:52:53.000000000 -0500
11 @@ -49,6 +49,7 @@
12 ///////////////////////////////////////////////////////////////////////////////
13 class cFCONameTblNode;
14 class cFCONameIter;
15 +class cFCOName_i;
16
17 class cFCOName : public iTypedSerializable
18 {
19 diff -Naur tripwire-2.4.0.1/src/fco/fcosetimpl.h tw-new/src/fco/fcosetimpl.h
20 --- tripwire-2.4.0.1/src/fco/fcosetimpl.h 2005-09-15 22:12:38.000000000 -0500
21 +++ tw-new/src/fco/fcosetimpl.h 2006-04-11 22:02:16.000000000 -0500
22 @@ -46,6 +46,8 @@
23 #include "fconame.h"
24 #endif
25
26 +class cFCOIterImpl;
27 +
28 class cFCOSetImpl : public iFCOSet
29 {
30 friend class cFCOIterImpl;
31 diff -Naur tripwire-2.4.0.1/src/tw/fcoreport.h tw-new/src/tw/fcoreport.h
32 --- tripwire-2.4.0.1/src/tw/fcoreport.h 2005-09-15 22:12:37.000000000 -0500
33 +++ tw-new/src/tw/fcoreport.h 2006-04-11 22:05:24.000000000 -0500
34 @@ -85,6 +85,7 @@
35 class cFileHeaderID;
36 class cErrorQueue;
37 class cFCOReportGenreHeader;
38 +class cFCOReportSpecIter;
39
40 class cFCOReport : public iTypedSerializable
41 {