Date: Sun, 8 Nov 1998 19:43:56 -0800 (PST) From: Don Lewis <truckman@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/fsdb fsdb.c Message-ID: <199811090343.TAA24934@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
truckman 1998/11/08 19:43:55 PST
Modified files:
sbin/fsdb fsdb.c
Log:
Fix some calculations that use sizeof to attempt to find the end of an
array that were doing sizeof on an unrelated variable. This just happened
to work right on the i386, but would not on the alpha.
PR: bin/8427
Revision Changes Path
1.11 +3 -3 src/sbin/fsdb/fsdb.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811090343.TAA24934>
