summaryrefslogtreecommitdiffstats
path: root/main/parted/parted-3.1-readline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/parted/parted-3.1-readline.patch')
-rw-r--r--main/parted/parted-3.1-readline.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/parted/parted-3.1-readline.patch b/main/parted/parted-3.1-readline.patch
deleted file mode 100644
index 936ec00cb..000000000
--- a/main/parted/parted-3.1-readline.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/parted/ui.c
-+++ b/parted/ui.c
-@@ -1474,7 +1474,7 @@
- #ifdef HAVE_LIBREADLINE
- if (!opt_script_mode) {
- rl_initialize ();
-- rl_attempted_completion_function = (CPPFunction*) complete_function;
-+ rl_attempted_completion_function = (rl_completion_func_t*) complete_function;
- readline_state.in_readline = 0;
- }
- #endif