cvs commit: src/sys/kern kern_linker.c
John Baldwin
jhb at freebsd.org
Wed Jun 14 13:05:40 UTC 2006
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 <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" = http://www.FreeBSD.org
More information about the cvs-src
mailing list