Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/12/2003 15:17:38
Module Name:	src
Committed By:	dsl
Date:		Mon May 12 15:17:38 UTC 2003

Modified Files:
	src/sys/kern: sys_generic.c
	src/sys/sys: select.h

Log Message:
ktrace ioctl data buffers
Optimise structure layout for 'struct selinfo' to avoid padding on 64bit
systems.  Use an entire variable for the 'collision' flag for efficiency.


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/sys/kern/sys_generic.c
cvs rdiff -r1.14 -r1.15 src/sys/sys/select.h

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