]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
we are using a comparison with sizeof(long) to figure the size of time_t this is...
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 11 Jan 2010 09:06:59 +0000 (09:06 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 11 Jan 2010 09:06:59 +0000 (09:06 +0000)
commitc86055b9838966c71a41969bf67e5d7d0aa11ff2
tree0941f3ddf09d764c8cb62b911272f2e9074dc745
parentaf4d7e1afca720397eb447f06f35015b2b118d21
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