Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/06/2008 21:51:37
Module Name:	src
Committed By:	ad
Date:		Wed Feb  6 21:51:37 UTC 2008

Modified Files:
	src/sys/kern: kern_descrip.c
	src/sys/sys: file.h

Log Message:
- Shrink 'struct file' to 60 bytes on 32-bit platforms.
- Align 'struct file' and 'struct filedesc' to CACHE_LINE_SIZE.


To generate a diff of this commit:
cvs rdiff -r1.171 -r1.172 src/sys/kern/kern_descrip.c
cvs rdiff -r1.62 -r1.63 src/sys/sys/file.h

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