From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sLLI8t9p0XhW for ; Fri, 1 Feb 2013 18:16:24 +0100 (CET) Received: from furnace.wzff.de (furnace.wzff.de [IPv6:2a01:4f8:150:63e2::9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Fri, 1 Feb 2013 18:16:24 +0100 (CET) Received: from xdsl-188-155-204-150.adslplus.ch ([188.155.204.150] helo=[10.1.1.4]) by furnace.wzff.de with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U1KDp-000MMT-5c for dm-crypt@saout.de; Fri, 01 Feb 2013 18:16:22 +0100 Message-ID: <510BF841.3060606@barfooze.de> Date: Fri, 01 Feb 2013 18:15:45 +0100 From: John Spencer MIME-Version: 1.0 References: <510AC2C3.8010907@barfooze.de> <510B7292.60304@gmail.com> In-Reply-To: <510B7292.60304@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] [PATCH] fix portability issues encountered while building against musl libc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 02/01/2013 08:45 AM, Milan Broz wrote: > On 01/31/2013 08:15 PM, John Spencer wrote: >> 2 header inclusions were missing, one for PATH_MAX (limits.h) and one >> for FD_ZERO, FD_SET, ... (sys/select.h) >> >> on glibc, those headers are erroneusly (namespace pollution) pulled in >> through other headers, so the author didnt notice. > > Both patches applied, thanks. thanks! > > BTW which environment (libc) are you using? musl libc: http://www.musl-libc.org/ best regards, --JS > > Milan > _______________________________________________ > dm-crypt mailing list > dm-crypt@saout.de > http://www.saout.de/mailman/listinfo/dm-crypt >