diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2006-03-08 18:44:36 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2006-03-08 18:44:36 +0000 |
commit | 640486e2f0c591cfbe81e54f5708e8b35869285c (patch) | |
tree | 0f840d8475ab28721a66db1243e0711e48a98e76 /app-admin/tripwire/files | |
parent | fixed header: sys-apps/hexdump -> sys-apps/esr-hexdump (diff) | |
download | gentoo-2-640486e2f0c591cfbe81e54f5708e8b35869285c.tar.gz gentoo-2-640486e2f0c591cfbe81e54f5708e8b35869285c.tar.bz2 gentoo-2-640486e2f0c591cfbe81e54f5708e8b35869285c.zip |
add patch provided by Justin Findlay in #124839 to correctly declare friend classes.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-admin/tripwire/files')
-rw-r--r-- | app-admin/tripwire/files/tripwire-friend-classes.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/app-admin/tripwire/files/tripwire-friend-classes.patch b/app-admin/tripwire/files/tripwire-friend-classes.patch new file mode 100644 index 000000000000..4dbcc56bd000 --- /dev/null +++ b/app-admin/tripwire/files/tripwire-friend-classes.patch @@ -0,0 +1,34 @@ +diff -Nru tripwire-2.3.1-2/src/fco/fconame.h tripwire-2.3.1-2-p1/src/fco/fconame.h +--- tripwire-2.3.1-2/src/fco/fconame.h 2000-10-27 18:25:40.000000000 -0600 ++++ tripwire-2.3.1-2-p1/src/fco/fconame.h 2006-03-08 11:21:03.000000000 -0700 +@@ -49,6 +49,7 @@ + /////////////////////////////////////////////////////////////////////////////// + class cFCONameTblNode; + class cFCONameIter; ++class cFCOName_i; + + class cFCOName : public iTypedSerializable + { +diff -Nru tripwire-2.3.1-2/src/fco/fcosetimpl.h tripwire-2.3.1-2-p1/src/fco/fcosetimpl.h +--- tripwire-2.3.1-2/src/fco/fcosetimpl.h 2000-10-27 18:25:39.000000000 -0600 ++++ tripwire-2.3.1-2-p1/src/fco/fcosetimpl.h 2006-03-08 11:07:14.000000000 -0700 +@@ -46,6 +46,8 @@ + #include "fconame.h" + #endif + ++class cFCOIterImpl; ++ + class cFCOSetImpl : public iFCOSet + { + friend class cFCOIterImpl; +diff -Nru tripwire-2.3.1-2/src/tw/fcoreport.h tripwire-2.3.1-2-p1/src/tw/fcoreport.h +--- tripwire-2.3.1-2/src/tw/fcoreport.h 2000-10-27 18:25:36.000000000 -0600 ++++ tripwire-2.3.1-2-p1/src/tw/fcoreport.h 2006-03-08 11:07:53.000000000 -0700 +@@ -85,6 +85,7 @@ + class cFileHeaderID; + class cErrorQueue; + class cFCOReportGenreHeader; ++class cFCOReportSpecIter; + + class cFCOReport : public iTypedSerializable + { |