public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/clamfs/files: clamfs-1.0.1-gcc45.patch
@ 2010-06-17 17:29 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2010-06-17 17:29 UTC (permalink / raw
  To: gentoo-commits

matsuu      10/06/17 17:29:26

  Added:                clamfs-1.0.1-gcc45.patch
  Log:
  Fixed gcc-4.5 issue, bug #320107.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch?rev=1.1&content-type=text/plain

Index: clamfs-1.0.1-gcc45.patch
===================================================================
Fix building with gcc 4.5

http://bugs.gentoo.org/show_bug.cgi?id=320107

--- src/scancache.cxx
+++ src/scancache.cxx
@@ -37,7 +37,7 @@
 }
 
 ScanCache::ScanCache(long int elements, long int expire):
-    ExpireLRUCache<ino_t, CachedResult>::ExpireLRUCache<ino_t, CachedResult>(elements, expire) {
+    ExpireLRUCache<ino_t, CachedResult>(elements, expire) {
 }
 
 ScanCache::~ScanCache() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-17 17:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 17:29 [gentoo-commits] gentoo-x86 commit in sys-fs/clamfs/files: clamfs-1.0.1-gcc45.patch Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox