Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/16/2003 07:04:19
Module Name:	src
Committed By:	dsl
Date:		Sat Aug 16 07:04:19 UTC 2003

Modified Files:
	src/sys/ufs/ufs: ufs_vnops.c

Log Message:
gcc for sparc seems to barf at 'int_var * 0x100000000ull' so do
'(uint64_t)(uint)int_var << 32' even though it generates twice as many
instructions on i386!


To generate a diff of this commit:
cvs rdiff -r1.106 -r1.107 src/sys/ufs/ufs/ufs_vnops.c

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