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)
commit7272f6056a742543a9db53b9d6a69e00eb9a719c
tree76ec0716a533c9b1b3a1f23f61895145211a0f0f
parenta87142c6d4d54932f70d5f930016b1e62b3c27d4
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@1997 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_restore.c