From owner-cvs-all Tue Jul 14 23:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29987 for cvs-all-outgoing; Tue, 14 Jul 1998 23:40:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29924; Tue, 14 Jul 1998 23:39:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA24112; Tue, 14 Jul 1998 23:39:14 -0700 (PDT) Date: Tue, 14 Jul 1998 23:39:14 -0700 (PDT) Message-Id: <199807150639.XAA24112@freefall.freebsd.org> To: Subject: cvs commit: src/sys/kern kern_lkm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/14 23:39:14 PDT Modified files: sys/kern kern_lkm.c Log: Cast between u_longs and object pointers via uintptr_t. Access the entry address as a uintfptr_t, not as a long, and not necessarily as what modload(8) passes (it takes a u_long from the exec header and passes a u_int). Revision Changes Path 1.51 +5 -5 src/sys/kern/kern_lkm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message