From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Mon, 23 Mar 2015 20:44:05 +0100 (CET) Received: by wixw10 with SMTP id w10so73399447wix.0 for ; Mon, 23 Mar 2015 12:44:04 -0700 (PDT) Message-ID: <55106D01.7010707@gmail.com> Date: Mon, 23 Mar 2015 20:44:01 +0100 From: Milan Broz MIME-Version: 1.0 References: <55105340.7090402@gmail.com> <5510617F.4000700@gmail.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.6.7 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ".. ink .." Cc: dm-crypt On 03/23/2015 08:18 PM, .. ink .. wrote: > this link[1] says stat() is defined in .This header is not > included in libdevmapper.c and i think thats the source of the > warning.Adding the missing include here silenced the warning. Fixed in git. Thanks, Milan