From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxzHh-0002vG-8b for qemu-devel@nongnu.org; Thu, 16 Feb 2012 06:14:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxzHX-0004ts-8A for qemu-devel@nongnu.org; Thu, 16 Feb 2012 06:13:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxzHX-0004tX-00 for qemu-devel@nongnu.org; Thu, 16 Feb 2012 06:13:47 -0500 Message-ID: <4F3CE5B8.8050107@redhat.com> Date: Thu, 16 Feb 2012 12:17:12 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <20120215184515.GA32249@redhat.com> <4F3BFFB3.5000806@siemens.com> <4F3CE33E.4020600@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] slirp: kill ugly macros List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jan Kiszka , "qemu-devel@nongnu.org" , "Michael S. Tsirkin" Am 16.02.2012 12:09, schrieb Peter Maydell: > On 16 February 2012 11:06, Kevin Wolf wrote: >> What are all these m_ and mh_ prefixes for struct fields even about? >> When I have an mbuf, I know perfectly well that it is one, and that >> m_hdr is a header of it. > > That's the dead hand of Sixth Edition Unix and its C compiler > that put all struct fields in a single namespace... Oh, fun. Things you never wanted to know... ;-) Kevin