Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 1996 04:50:02 -0800 (PST)
From:      Poul-Henning Kamp <phk>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/ufs/ufs ufs_readwrite.c
Message-ID:  <199601061250.EAA19381@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         96/01/06 04:50:00

  Modified:    sys/ufs/ufs  ufs_readwrite.c
  Log:
  Fix the asami&phk bug.  This was a sign-extension bug, where a long
  got multiplied by a constant before being upgraded to long long.
  This should fix kern/104 and possibly kern/105.
  Thanks to: dyson & asami.
  
  Revision  Changes    Path
  1.18      +2 -2      src/sys/ufs/ufs/ufs_readwrite.c



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