]> 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)
commit147dd882294ef7dfa9a586d9c4b57e62bf08f290
tree2013eb0b455636f15b8f2e9fba43ca5829b830d2
parent5439c9e75ad445855127430389906effaedd8ddd
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