Changeset 659

Show
Ignore:
Timestamp:
04/05/06 14:10:36 (4 years ago)
Author:
ahu
Message:

fix compilation on freebsd, reduce warning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/recursor_cache.cc

    r657 r659  
    44#include <boost/shared_ptr.hpp> 
    55#include "dnsrecords.hh" 
    6 #include <malloc.h> 
    76#include "arguments.hh" 
    87 
     
    243242    lookAt=5*toTrim; 
    244243  else 
    245     lookAt=0.02 * cacheSize; 
     244    lookAt=cacheSize/50; 
    246245 
    247246