Created attachment 884
a patch for time.d to define CLOCK_MONOTONIC
I encounterd a compilation error when compiling druntime on a FreeBSD 8.1(i386)
machie. I attache a patch file to fix it.
Thanks.
src/core/time.d(1295): Error: undefined identifier CLOCK_MONOTONIC
src/core/time.d(1883): Error: undefined identifier CLOCK_MONOTONIC
gmake[1]: *** [lib/libdruntime.a] Error 1
gmake[1]: Leaving directory `/usr/home/sohgo/d/druntime'
gmake: *** [make-druntime] Error 2