From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16307 invoked by alias); 31 Jan 2005 11:36:53 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 16111 invoked from network); 31 Jan 2005 11:36:43 -0000 Received: from unknown (HELO tymora.bartv.net) (82.16.10.16) by sourceware.org with SMTP; 31 Jan 2005 11:36:43 -0000 Received: from delenn.bartv.net (unknown [10.1.1.1]) by tymora.bartv.net (Postfix) with ESMTP id 3ECA765FF1; Mon, 31 Jan 2005 11:36:42 +0000 (GMT) Received: by delenn.bartv.net (Postfix, from userid 372) id 64206EC102; Mon, 31 Jan 2005 11:36:41 +0000 (GMT) To: andrew@lunn.ch Cc: ecos-maintainers@ecos.sourceware.org In-reply-to: <20050130224621.GS23679@lunn.ch> (message from Andrew Lunn on Sun, 30 Jan 2005 23:46:21 +0100) Subject: Re: FWD: ioctl h8300 specific problem fix From: Bart Veer References: <20050130224621.GS23679@lunn.ch> Message-Id: <20050131113641.64206EC102@delenn.bartv.net> Date: Mon, 31 Jan 2005 11:36:00 -0000 X-SW-Source: 2005-01/txt/msg00013.txt.bz2 >>>>> "Andrew" == Andrew Lunn writes: Andrew> Hi Folks Andrew> Any suggests as to what we should do this with patch for Andrew> ioctl. I don't like target specific #define in a generic Andrew> file like this. We could just make varargs the standard Andrew> solution. We should make the varargs version the standard solution. ioctl() has not been well-standardized in the past, but these days the varargs version seems to be ubiquitous and is listed @ http://www.opengroup.org/onlinepubs/009695399/functions/ioctl.html Bart