On Tuesday 13 June 2006 23:01, Marcel Moolenaar wrote: > marcel 2006-06-14 03:01:06 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_linker.c > Log: > 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.
Oof, thanks for fixing. -- John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
