[dm-devel] [PATCH] multipath-tools: memory.h is a local header in multipathd/uxclnt.c

Xose Vazquez Perez xose.vazquez at gmail.com
Tue Jul 19 17:53:45 UTC 2016


If it is removed, the compiler warns: "undefined reference to `FREE'"

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>
---
 multipathd/uxclnt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multipathd/uxclnt.c b/multipathd/uxclnt.c
index a0d58c3..109a217 100644
--- a/multipathd/uxclnt.c
+++ b/multipathd/uxclnt.c
@@ -20,7 +20,7 @@
 
 #include "mpath_cmd.h"
 #include "uxsock.h"
-#include <memory.h>
+#include "memory.h"
 #include "defaults.h"
 
 #include "vector.h"
-- 
2.7.4




More information about the dm-devel mailing list