updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / clamfs / scancache.cxx.patch
blobe7cf026c927b65aa53e1919ddb5cf027a06b0e9a
1 diff -Nur clamfs-1.0.1.orig/src/scancache.cxx clamfs-1.0.1/src/scancache.cxx
2 --- clamfs-1.0.1.orig/src/scancache.cxx 2009-02-08 01:09:26.000000000 +1100
3 +++ clamfs-1.0.1/src/scancache.cxx 2010-08-01 21:25:14.985359686 +1000
4 @@ -37,7 +37,7 @@
7 ScanCache::ScanCache(long int elements, long int expire):
8 - ExpireLRUCache<ino_t, CachedResult>::ExpireLRUCache<ino_t, CachedResult>(elements, expire) {
9 + ExpireLRUCache<ino_t, CachedResult>(elements, expire) {
12 ScanCache::~ScanCache() {