Package: lvm2 / 2.02.111-2.2+deb8u1

implicit-pointer.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/tools/lvm.c
+++ b/tools/lvm.c
@@ -25,10 +25,6 @@
 
 #  include <readline/readline.h>
 #  include <readline/history.h>
-#  ifndef HAVE_RL_COMPLETION_MATCHES
-#    define rl_completion_matches(a, b) completion_matches((char *)a, b)
-#    define rl_completion_func_t CPPFunction
-#  endif
 
 static struct cmdline_context *_cmdline;