Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2005 22:33:06 +0000 (UTC)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/ndis subr_ndis.c
Message-ID:  <200505052233.j45MX650092101@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2005-05-05 22:33:06 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      subr_ndis.c 
  Log:
  Cast 64 bit quantity to uintmax_t to print it with %jx. This is
  technically a no-op since uintmax_t is uint64_t on all currently
  supported architectures, but we should use an explicit cast instead
  of depending on this obscure coincidence.
  
  Revision  Changes    Path
  1.89      +1 -1      src/sys/compat/ndis/subr_ndis.c



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