K 10 svn:author V 6 marcel K 8 svn:date V 27 2006-06-14T03:01:06.000000Z K 7 svn:log V 197 Unbreak 64-bit architectures. The 3rd argument to kern_kldload() is a pointer to an integer and td->td_retval[0] is of type register_t. On 64-bit architectures register_t is wider than an integer. END