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

Xose Vazquez Perez xose.vazquez at gmail.com
Wed May 17 23:58:44 UTC 2017


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




More information about the dm-devel mailing list