Subject: Re: port-xen/30027: IOCTL_PRIVCMD_INITDOMAIN_EVTCHN abuses errno
To: None <port-xen-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-bugs
Date: 05/19/2005 09:46:01
The following reply was made to PR port-xen/30027; it has been noted by GNATS.

From: Manuel Bouyer <bouyer@antioche.lip6.fr>
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
Cc: port-xen@netbsd.org, gnats-bugs@netbsd.org,
	port-xen-maintainer@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: port-xen/30027: IOCTL_PRIVCMD_INITDOMAIN_EVTCHN abuses errno
Date: Thu, 19 May 2005 11:45:20 +0200

 On Thu, May 19, 2005 at 05:46:10PM +0900, YAMAMOTO Takashi wrote:
 > 
 > if no one objects, i'll
 > - change the ioctl as the following diff.
 > - then request pullup for netbsd-3.
 > - finally change xentools in pkgsrc.
 > 
 > [...]
 > -	case IOCTL_PRIVCMD_INITDOMAIN_EVTCHN:
 > +#if 1 /* COMPAT_xxx */
 > +	case IOCTL_PRIVCMD_INITDOMAIN_EVTCHN_OLD:
 >  		{
 
 I think you could define this as COMPAT_3 om current, and include it
 unconditionally in netbsd-3.
 
 Thanks for doing this !
 
 --
 Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
      NetBSD: 26 ans d'experience feront toujours la difference
 --