From owner-cvs-all Tue Jul 14 20:59:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08882 for cvs-all-outgoing; Tue, 14 Jul 1998 20:59:42 -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 UAA08877; Tue, 14 Jul 1998 20:59:41 -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 UAA16425; Tue, 14 Jul 1998 20:58:58 -0700 (PDT) Date: Tue, 14 Jul 1998 20:58:58 -0700 (PDT) Message-Id: <199807150358.UAA16425@freefall.freebsd.org> To: Subject: cvs commit: src/sys/i386/i386 bios.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/14 20:58:58 PDT Modified files: sys/i386/i386 bios.c Log: Cast virtual addresses that happen to be represented as u_longs to uintptr_t before casting them to pointers. Explicit u_longs should never be used to represent virtual addresses... (vm_offset_t is normally right). Revision Changes Path 1.11 +4 -4 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message