Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 06/12/2007 18:53:52
Module Name:	src
Committed By:	bouyer
Date:		Tue Jun 12 18:53:52 UTC 2007

Modified Files:
	src/sys/arch/xen/xen: privcmd.c

Log Message:
IOCTL_PRIVCMD_MMAP: properly map entries from 0 to (mcmd->num - 1), instead
of mapping mcmd->num times entry 0. xentools < 3.1 probably didn't use this
with more than one entry at a time ...


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/xen/xen/privcmd.c

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