Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 02/07/2007 18:45:36
Module Name:	src
Committed By:	rmind
Date:		Wed Feb  7 18:45:36 UTC 2007

Modified Files:
	src/sys/kern: sysv_shm.c

Log Message:
PR/28458: shmat(2) shmaddr argument is not honored as intended.
Patch applied, thanks for Minoura Makoto.

Please note, that one should fail if cannot attach to shmaddr,
but not attach it to other place.

OK by uwe@


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sys/kern/sysv_shm.c

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