Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/10/2006 11:05:34
Module Name:	src
Committed By:	yamt
Date:		Wed May 10 11:05:34 UTC 2006

Modified Files:
	src/sys/compat/linux/common: linux_misc.c linux_misc_notalpha.c

Log Message:
don't allocate struct statvfs on stack as it's too large.
while i'm here, remove some unnecessary casts.


To generate a diff of this commit:
cvs rdiff -r1.152 -r1.153 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.77 -r1.78 src/sys/compat/linux/common/linux_misc_notalpha.c

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