Subject: CVS commit: src/sbin/fsck_ffs
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/03/2003 01:27:10
Module Name:	src
Committed By:	he
Date:		Wed Apr  2 22:27:10 UTC 2003

Modified Files:
	src/sbin/fsck_ffs: pass1.c

Log Message:
On LP64 hosts, iswap64() result is "long int", so cast result to (long long)
before printing with %lld.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sbin/fsck_ffs/pass1.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.