4 Feb
2010
4 Feb
'10
3:23 a.m.
Stefan Winter wrote:
thanks for the review. I was a bit too hasty yesterday and could have done better indeed. I meanwhile found gettimeofday(), it merely needs an own #include. That makes the portions of my patch which deal with missing gettimeofday() and the RNG problem go away.
The much more trivial patch is appended below.
Why not: #ifdef __APPLE__ ? That would be easier. :) Alan DeKok.