]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Unbreak 64-bit architectures. The 3rd argument to kern_kldload() is
authormarcel <marcel@FreeBSD.org>
Wed, 14 Jun 2006 03:01:06 +0000 (03:01 +0000)
committermarcel <marcel@FreeBSD.org>
Wed, 14 Jun 2006 03:01:06 +0000 (03:01 +0000)
commitc77d37e5b91fb5a9b2db51d524dbd6a1863c11c4
tree27ee501db7b2e5041f9efdc2e495c531e5a649ce
parentc1cbf173b2b8ce75b3e4d0751756022bdf03714a
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.
sys/kern/kern_linker.c