K 10 svn:author V 2 jb K 8 svn:date V 27 2007-11-26T05:52:45.000000Z K 7 svn:log V 237 Implement the _long functions using u_long rather than trying to cast as uint32_t which is defined as unsigned int. gcc doesn't want to consider that there might not be much difference between an int and a long on a 32 bit architecture. END