Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932076AbWCZM7h (ORCPT ); Sun, 26 Mar 2006 07:59:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932078AbWCZM7h (ORCPT ); Sun, 26 Mar 2006 07:59:37 -0500 Received: from albireo.ucw.cz ([84.242.65.108]:60548 "EHLO albireo.ucw.cz") by vger.kernel.org with ESMTP id S932076AbWCZM7g (ORCPT ); Sun, 26 Mar 2006 07:59:36 -0500 Date: Sun, 26 Mar 2006 14:59:26 +0200 From: Martin Mares To: Kyle Moffett Cc: Arjan van de Ven , linux-kernel@vger.kernel.org, nix@esperi.org.uk, rob@landley.net, mmazur@kernel.pl, llh-discuss@lists.pld-linux.org Subject: Re: [RFC][PATCH 1/2] Create initial kernel ABI header infrastructure Message-ID: References: <200603141619.36609.mmazur@kernel.pl> <200603231811.26546.mmazur@kernel.pl> <200603241623.49861.rob@landley.net> <878xqzpl8g.fsf@hades.wkstn.nix> <20060326065205.d691539c.mrmacman_g4@mac.com> <20060326065416.93d5ce68.mrmacman_g4@mac.com> <1143376351.3064.9.camel@laptopd505.fenrus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 962 Lines: 30 Hello! > As a result, I kinda want to stay away from anything that remotely > looks like a conflicting namespace. Using such a unique namespace > means we can also safely do this if necessary (Since you can't > "typedef struct foo struct bar"): > > kabi/foo.h: > struct __kabi_foo { > int x; > int y; > }; > > linux/foo.h: > #define __kabi_foo foo > #include This looks very fragile -- can be included earlier by another header. Have a nice fortnight -- Martin `MJ' Mares http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth And God said: E = 1/2mv^2 - Ze^2/r ...and there *WAS* light! - 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/