From owner-freebsd-commit Sat Jan 6 04:50:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19445 for freebsd-commit-outgoing; Sat, 6 Jan 1996 04:50:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19422 for cvs-all-outgoing; Sat, 6 Jan 1996 04:50:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19411 for cvs-sys-outgoing; Sat, 6 Jan 1996 04:50:06 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19381 Sat, 6 Jan 1996 04:50:02 -0800 (PST) Date: Sat, 6 Jan 1996 04:50:02 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601061250.EAA19381@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_readwrite.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk 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