Hello everyone,
Currently 'make check' is failing for me in the tests/datatype
directory, because my system (GNU/Linux, glibc 2.3.6) doesn't provide a
srandomdev function, called in checksum.c. I believe it's BSD specific;
if you need it, I guess you could add a configure time check for it.
Chee
It's just one of my data-type tests. It's not that it is very useful
all the time, it's purpose it's to test the checksum function. I just
needed one way to get random numbers. I will modify it in order to
use some other function. I don't want to have to add a function test
in configure jus