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

Modified Files:
	src/sys/compat/linux/arch/amd64: linux_machdep.h
	src/sys/compat/linux/common: linux_ipc.c

Log Message:
Make shmctl + {IPC,SHM}_STAT work an amd64, by forcing use of IPC_64.
Following the Linux kernel behaviour.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/compat/linux/arch/amd64/linux_machdep.h
cvs rdiff -r1.43 -r1.44 src/sys/compat/linux/common/linux_ipc.c

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