Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/12/2006 00:42:18
Module Name:	src
Committed By:	christos
Date:		Mon Jun 12 00:42:18 UTC 2006

Modified Files:
	src/sys/compat/linux/common: linux_cdrom.c

Log Message:
don't allocate a crapload of struct's on the stack. Use a couple of unions
and use malloc for them.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/compat/linux/common/linux_cdrom.c

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