Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 1996 12:24:05 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/include param.h
Message-ID:  <199610061924.MAA05593@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/10/06 12:24:03

  Modified:    sys/i386/include  param.h
  Log:
  Improved the btodb() and dbtob() macros.  I made them give unsigned
  [long long] results when I last worked on them, but they are normally
  used together with to daddr_t's and off_t's which are signed, so the
  unsigned results did little except cause warnings.
  
  Revision  Changes    Path
  1.23      +9 -8      src/sys/i386/include/param.h



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