Code

we are using a comparison with sizeof(long) to figure the size of time_t this is...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 11 Jan 2010 09:06:59 +0000 (09:06 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 11 Jan 2010 09:06:59 +0000 (09:06 +0000)
commit47b7fc74b8cbb9d01845de9e36b6fda7044bd672
tree2013eb0b455636f15b8f2e9fba43ca5829b830d2
parent0caf1706f782c1d548719ca8d17ff4885da33866
we are using a comparison with sizeof(long) to figure the size of time_t this is unfortunate
since on freebsd in 64bit mode time_t is 32 bit while long is 64 bit

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1997 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_restore.c