Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 20 Mar 2003 14:23:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 20 Mar 2003 14:23:09 -0500 Received: from [195.39.17.254] ([195.39.17.254]:7428 "EHLO Elf.ucw.cz") by vger.kernel.org with ESMTP id ; Thu, 20 Mar 2003 14:23:06 -0500 Date: Thu, 20 Mar 2003 20:33:15 +0100 From: Pavel Machek To: Andi Kleen Cc: Pavel Machek , linux-kernel@vger.kernel.org Subject: Re: share COMPATIBLE_IOCTL()s across architectures Message-ID: <20030320193315.GB312@elf.ucw.cz> References: <20030319232157.GA13415@elf.ucw.cz.suse.lists.linux.kernel> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Warning: Reading this can be dangerous to your mental health. User-Agent: Mutt/1.5.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 888 Lines: 25 Hi! > > --- linux-test/include/linux/compat_ioctl.h 2003-03-20 00:08:12.000000000 +0100 > > +++ linux/include/linux/compat_ioctl.h 2003-03-19 23:36:24.000000000 +0100 > > @@ -0,0 +1,641 @@ > > +/* List here explicitly which ioctl's are known to have > > + * compatible types passed or none at all... > > + */ > > +/* Big T */ > > +COMPATIBLE_IOCTL(TCGETA) > > Shouldn't you put the include files needed for all that in there > too? List of includes is *way* shorter than 600 lines of COMPATIBLE_IOCTL. I prefer to keep it simple for now. Pavel -- When do you have a heart between your knees? [Johanka's followup: and *two* hearts?] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/