[dm-devel] [PATCH] multipath-tools: add limits.h to kpartx/lopart.c

Christophe Varoqui christophe.varoqui at opensvc.com
Wed Jun 21 10:34:09 UTC 2017


Merged,
Thanks.

On Thu, May 18, 2017 at 1:58 AM, Xose Vazquez Perez <xose.vazquez at gmail.com>
wrote:

> musl libc complains of
> lopart.c:76:12: error: ‘PATH_MAX’ undeclared (first use in this function)
>
> Cc: Martin Wilck <mwilck at suse.com>
> Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
> Cc: device-mapper development <dm-devel at redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
> ---
>  kpartx/lopart.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/kpartx/lopart.c b/kpartx/lopart.c
> index 7005445..4e6dab4 100644
> --- a/kpartx/lopart.c
> +++ b/kpartx/lopart.c
> @@ -29,6 +29,7 @@
>  #include <dirent.h>
>  #include <sys/sysmacros.h>
>  #include <linux/loop.h>
> +#include <limits.h>
>
>  #include "lopart.h"
>  #include "xstrncpy.h"
> --
> 2.13.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20170621/1ff024ba/attachment.htm>


More information about the dm-devel mailing list