diff --git a/security/tripwire/files/patch-src-fco-fconame.h b/security/tripwire/files/patch-src-fco-fconame.h new file mode 100644 index 000000000000..fb4c9879337c --- /dev/null +++ b/security/tripwire/files/patch-src-fco-fconame.h @@ -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 + { diff --git a/security/tripwire/files/patch-src-fco-fcosetimpl.h b/security/tripwire/files/patch-src-fco-fcosetimpl.h new file mode 100644 index 000000000000..298f67a82910 --- /dev/null +++ b/security/tripwire/files/patch-src-fco-fcosetimpl.h @@ -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; diff --git a/security/tripwire/files/patch-src-tw-fcoreport.h b/security/tripwire/files/patch-src-tw-fcoreport.h new file mode 100644 index 000000000000..3cf3fef3c28a --- /dev/null +++ b/security/tripwire/files/patch-src-tw-fcoreport.h @@ -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;