cvs commit: src/sys/compat/ndis subr_ndis.c

Bill Paul wpaul at FreeBSD.org
Thu May 5 15:33:06 PDT 2005


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


More information about the cvs-all mailing list