Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 1998 20:58:58 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
Subject:   cvs commit: src/sys/i386/i386 bios.c
Message-ID:  <199807150358.UAA16425@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807150358.UAA16425>