make it compile with g++ 3.0 also
This commit is contained in:
@@ -172,7 +172,7 @@ bool sameinaddr(in_addr one, in_addr other)
|
||||
}
|
||||
|
||||
bool Packet::isOlderThan (timeval t) {
|
||||
std::cout << "Comparing " << time.tv_sec << " <= " << t.tv_sec << endl;
|
||||
std::cout << "Comparing " << time.tv_sec << " <= " << t.tv_sec << std::endl;
|
||||
return (time.tv_sec <= t.tv_sec);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user