Fix build under 7.0-CURRENT (gcc 4.2.1 20070719).
PR: 112884 Submitted by: Scot Hetzel<swhetzel@gmail.com>
This commit is contained in:
parent
46471234b5
commit
bdb7d01307
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201279
3 changed files with 31 additions and 0 deletions
10
security/tripwire/files/patch-src-fco-fconame.h
Normal file
10
security/tripwire/files/patch-src-fco-fconame.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/fco/fconame.h.orig 2005-09-15 20:12:38.000000000 -0700
|
||||
+++ src/fco/fconame.h 2007-10-09 23:51:39.000000000 -0700
|
||||
@@ -49,6 +49,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class cFCONameTblNode;
|
||||
class cFCONameIter;
|
||||
+class cFCOName_i;
|
||||
|
||||
class cFCOName : public iTypedSerializable
|
||||
{
|
11
security/tripwire/files/patch-src-fco-fcosetimpl.h
Normal file
11
security/tripwire/files/patch-src-fco-fcosetimpl.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/fco/fcosetimpl.h.orig 2005-09-15 20:12:38.000000000 -0700
|
||||
+++ src/fco/fcosetimpl.h 2007-10-09 23:52:30.000000000 -0700
|
||||
@@ -46,6 +46,8 @@
|
||||
#include "fconame.h"
|
||||
#endif
|
||||
|
||||
+class cFCOIterImpl;
|
||||
+
|
||||
class cFCOSetImpl : public iFCOSet
|
||||
{
|
||||
friend class cFCOIterImpl;
|
10
security/tripwire/files/patch-src-tw-fcoreport.h
Normal file
10
security/tripwire/files/patch-src-tw-fcoreport.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/tw/fcoreport.h.orig 2005-09-15 20:12:37.000000000 -0700
|
||||
+++ src/tw/fcoreport.h 2007-10-09 23:53:39.000000000 -0700
|
||||
@@ -74,6 +74,7 @@
|
||||
class cFCOName;
|
||||
class cFCOReport_i;
|
||||
class cFCOReportGenreIter_i;
|
||||
+class cFCOReportSpecIter;
|
||||
class cFCOReportSpecIter_i;
|
||||
class cFCOReportChangeIter_i;
|
||||
class iFCOSpec;
|
Loading…
Reference in a new issue