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)
commita677dd48db923ddfb32e59291f05fbb185eb8ca0
tree0941f3ddf09d764c8cb62b911272f2e9074dc745
parent3bb4c112bfca2d357cd0d066bee681025a490d49
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/trunk/program@1997 a5681a0c-68f1-0310-ab6d-d61299d08faa
configure.ac
src/rrd_restore.c