Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2002 02:30:58 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aha aha.c
Message-ID:  <200210090930.g999Uwr7054682@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/10/09 02:30:58 PDT

  Modified files:
    sys/dev/aha          aha.c 
  Log:
  Fix build on alpha.  It used to case an int to a pointer in order to do
  pointer arithmetic.  Detour via uintptr_t, since we're generating an
  offset not dereferencing them.
  
  Revision  Changes    Path
  1.42      +2 -1      src/sys/dev/aha/aha.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?200210090930.g999Uwr7054682>