aboutsummaryrefslogtreecommitdiff
path: root/security/tripwire
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2007-10-10 19:12:46 +0000
committerCy Schubert <cy@FreeBSD.org>2007-10-10 19:12:46 +0000
commitbdb7d01307758c84b72e02c0086a529c6b7268d9 (patch)
tree23bbaeb9b5a4ec58a1711ac1e713d0f9aa51dc25 /security/tripwire
parent46471234b58e9c26b5418c0fa4ead57fe8c08e4b (diff)
downloadports-bdb7d01307758c84b72e02c0086a529c6b7268d9.tar.gz
ports-bdb7d01307758c84b72e02c0086a529c6b7268d9.zip
Notes
Diffstat (limited to 'security/tripwire')
-rw-r--r--security/tripwire/files/patch-src-fco-fconame.h10
-rw-r--r--security/tripwire/files/patch-src-fco-fcosetimpl.h11
-rw-r--r--security/tripwire/files/patch-src-tw-fcoreport.h10
3 files changed, 31 insertions, 0 deletions
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;