Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Nicolas Joly <njoly@netbsd.org>
List: source-changes
Date: 01/28/2008 14:14:48
Module Name:	src
Committed By:	njoly
Date:		Mon Jan 28 14:14:48 UTC 2008

Modified Files:
	src/sys/compat/linux/common: linux_shm.h

Log Message:
Update struct linux_shmid64_ds for 64bits archs.
- shm_segsz should be of type size_t, not int.
- Disable padding fields used on 32bits archs.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/compat/linux/common/linux_shm.h

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