Subject: CVS commit: src/sys/fs/efs
To: None <source-changes@NetBSD.org>
From: Stephen M. Rumble <rumble@netbsd.org>
List: source-changes
Date: 07/29/2007 00:56:05
Module Name:	src
Committed By:	rumble
Date:		Sun Jul 29 00:56:05 UTC 2007

Modified Files:
	src/sys/fs/efs: efs_subr.c

Log Message:
When computing the superblock checksum, use an unsigned short to avoid an
undesired sign-extension. Now EFS works on big endian machines, too.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/fs/efs/efs_subr.c

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