Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 1998 23:39:14 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
Subject:   cvs commit: src/sys/kern kern_lkm.c
Message-ID:  <199807150639.XAA24112@freefall.freebsd.org>

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



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