Subject: CVS commit: syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 07/05/2002 16:49:29
Module Name:	syssrc
Committed By:	scw
Date:		Fri Jul  5 13:49:28 UTC 2002

Modified Files:
	syssrc/sys/ufs/ffs: ffs_softdep.c

Log Message:
Cast pointers first to uintptr_t before casting to register_t.
On SH-5, sizeof(register_t) is always 8, even if sizeof(void *) is 4
as is the case when compiling for ILP32.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/ufs/ffs/ffs_softdep.c

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