From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (ext-mx12.extmail.prod.ext.phx2.redhat.com [10.5.110.17]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r1LGsh0r011191 for ; Thu, 21 Feb 2013 11:54:43 -0500 Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1LGsfLV000728 for ; Thu, 21 Feb 2013 11:54:41 -0500 Received: by mail-we0-f180.google.com with SMTP id k14so7665616wer.11 for ; Thu, 21 Feb 2013 08:54:40 -0800 (PST) Message-ID: <5126514E.8070101@gmail.com> Date: Thu, 21 Feb 2013 17:54:38 +0100 From: Zdenek Kabelac MIME-Version: 1.0 References: <510D3B57.3020607@barfooze.de> <5116D92E.7040107@barfooze.de> <5126245F.3050407@barfooze.de> In-Reply-To: <5126245F.3050407@barfooze.de> Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] [PATCH] fix missing include directives Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: LVM general discussion and development Cc: John Spencer Dne 21.2.2013 14:42, John Spencer napsal(a): > On 02/10/2013 12:18 AM, John Spencer wrote: >> On 02/02/2013 05:14 PM, John Spencer wrote: >>> on glibc, those are erroneously (namespace pollution) pulled in via >>> other headers. this doesn't work with conformant libcs (musl libc in >>> this case), we simply need to include all needed headers. >>> >>> Signed-Off-By: John Spencer >>> >>> >> >> ping > accepted https://www.redhat.com/archives/lvm-devel/2013-February/msg00033.html Zdenek